]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update Bug Report.yaml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 17 Oct 2022 19:01:09 +0000 (20:01 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2022 19:01:09 +0000 (20:01 +0100)
Add request for displayConfig

.github/ISSUE_TEMPLATE/Bug Report.yaml

index 8017b5dbfbb94f7c40710629a70415b8e39c669b..6600da615514547ed05e0ed710c228f479ad9a73 100644 (file)
@@ -30,8 +30,12 @@ body:
   - type: textarea
     id: version
     attributes:
-      label: Version?
-      description: What version of Shairport Sync are you running? (`shairport-sync -V`)
+      label: Configuration or Version.
+      description: Please paste the results of `shairport-sync --displayConfig` here, if available.
+      This gives useful information about the environment Shairport Sync is running in and
+      also displays the command line options and configuration settings.
+      If `shairport-sync -displayConfig` is not available (it's new), please
+      paste the results of `shairport-sync -V`.
     validations:
       required: true
   - type: dropdown
@@ -41,7 +45,7 @@ body:
       options:
         - Homebrew for Mac
         - Docker
-        - A package manager (apt, yum, pkg, etc.)
+        - A package manager (`apt`, `apt install`, `yum`, `pkg`, etc.)
         - Built from source
     validations:
       required: true