]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix Bug Report template.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 29 Sep 2022 11:39:37 +0000 (12:39 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 29 Sep 2022 11:39:37 +0000 (12:39 +0100)
.github/ISSUE_TEMPLATE/Bug Report.yaml

index 11e2f3a169971f1832a969d4d2a19a59e9788998..8017b5dbfbb94f7c40710629a70415b8e39c669b 100644 (file)
@@ -1,12 +1,12 @@
-name: Bug Report
-description: File a bug report
-title: "[Bug]: "
-labels: ["bug"]
+name: Issue Report
+description: File an Issue
+title: "[Problem]: "
+labels: ["new issue"]
 body:
   - type: markdown
     attributes:
       value: |
-        Thanks for taking the time to fill out this bug report!
+        Thanks for taking the time to fill out this report!
   - type: textarea
     id: what-happened
     attributes:
@@ -20,6 +20,13 @@ body:
       label: Relevant log output
       description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
       render: shell
+  - type: textarea
+    id: os
+    attributes:
+      label: Operating System?
+      description: What Operating System are you running on ? (`uname -a`)
+    validations:
+      required: true
   - type: textarea
     id: version
     attributes:
@@ -27,6 +34,17 @@ body:
       description: What version of Shairport Sync are you running? (`shairport-sync -V`)
     validations:
       required: true
+  - type: dropdown
+    id: install
+    attributes:
+      label: How did you install Shairport Sync?
+      options:
+        - Homebrew for Mac
+        - Docker
+        - A package manager (apt, yum, pkg, etc.)
+        - Built from source
+    validations:
+      required: true
   - type: checkboxes
     id: checked-current-issues
     attributes:
@@ -34,4 +52,5 @@ body:
       description: Please check previous issues (including closed ones) for duplicates.
       options:
         - label: Confirm
-          required: true
\ No newline at end of file
+          required: true
+