From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 17 Oct 2022 19:01:09 +0000 (+0100) Subject: Update Bug Report.yaml X-Git-Tag: 4.1-rc4~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=191ce5d5f012c048263e22c6103c8b56eb398a83;p=thirdparty%2Fshairport-sync.git Update Bug Report.yaml Add request for displayConfig --- diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yaml b/.github/ISSUE_TEMPLATE/Bug Report.yaml index 8017b5db..6600da61 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yaml @@ -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