]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update Bug Report.yaml
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 18 Oct 2022 09:16:52 +0000 (10:16 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2022 09:16:52 +0000 (10:16 +0100)
Slight simplification.

.github/ISSUE_TEMPLATE/Bug Report.yaml

index 44233e9ffa260ee9b1b77470f66c255a2f016710..f60b1659c1f6e8fadaef89a0fb469635e292b78e 100644 (file)
@@ -20,18 +20,11 @@ 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:
-      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`.
+      label: Configuration Information.
+      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 two commands: `uname -a` and  `shairport-sync -V`.
     validations:
       required: true
   - type: dropdown