From 5d1d9827e419d36e3c25b56c87993c14505ac3ca Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 25 Jun 2023 13:35:45 -0600 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 33032115b..85eb2561c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -12,6 +12,13 @@ body: options: - label: I have searched for [existing issues](https://github.com/start9labs/start-os/issues) that already report this problem. required: true + - type: input + attributes: + label: Server Hardware + description: On what hardware are you running StartOS? Please be as detailed as possible + placeholder: e.g. 2023 Start9 Server One, Ras Pi (8GB) with T7 SSD, 2015 Lenovo laptop + validations: + required: true - type: input attributes: label: StartOS Version @@ -21,16 +28,7 @@ body: required: true - type: dropdown attributes: - label: Device - description: What device are you using to connect to your server? - options: - - Phone/tablet - - Laptop/Desktop - validations: - required: true - - type: dropdown - attributes: - label: Device OS + label: Client OS description: What operating system is your device running? options: - MacOS @@ -45,7 +43,7 @@ body: required: true - type: input attributes: - label: Device OS Version + label: Client OS Version description: What version is your device OS? validations: required: true