From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 18 Oct 2022 09:16:52 +0000 (+0100) Subject: Update Bug Report.yaml X-Git-Tag: 4.1-rc4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edca148b0d89b43b66d8f2aa65bc997a1a053c48;p=thirdparty%2Fshairport-sync.git Update Bug Report.yaml Slight simplification. --- diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yaml b/.github/ISSUE_TEMPLATE/Bug Report.yaml index 44233e9f..f60b1659 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yaml @@ -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