]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update Bug Report.yaml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 27 Aug 2022 14:10:25 +0000 (15:10 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 14:10:25 +0000 (15:10 +0100)
.github/ISSUE_TEMPLATE/Bug Report.yaml

index 91d1b9b258848a75e753237fde1d741ffe632c6c..a7405cb59e598ce1ebf350f12baab9751a436cea 100644 (file)
@@ -6,7 +6,7 @@ body:
   - type: markdown
     attributes:
       value: |
-        Thanks for taking the time to fill out this issue report!
+        Thanks for taking the time to fill out this report!
   - type: textarea
     id: what-happened
     attributes:
@@ -25,6 +25,8 @@ body:
     attributes:
       label: Operatiing System?
       description: What Operating System are you running on ? (`uname -a`)
+    validations:
+      required: true
   - type: textarea
     id: version
     attributes:
@@ -32,6 +34,16 @@ 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
+        - A package manager (`apt`, `yum`, `pkg`, ...)
+        - Built from source
+    validations:
+      required: true
   - type: checkboxes
     id: checked-current-issues
     attributes: