From 95d49989a1e006a276c08a92ba2313d7cd883948 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 29 Aug 2023 09:33:29 +0100 Subject: [PATCH] Update Bug Report.yaml Ask for system and pa/pw information. --- .github/ISSUE_TEMPLATE/Bug Report.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yaml b/.github/ISSUE_TEMPLATE/Bug Report.yaml index 873bdb1d..72caf629 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yaml @@ -1,5 +1,5 @@ name: Issue Report -description: File an Issue +description: Questions about installing or configuring Shairport Sync? Please check through Issues (including closed issues) or create a new Issue here. title: "[Problem]: " labels: ["new issue"] body: @@ -20,13 +20,27 @@ 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: system + attributes: + label: System Information. + description: Please give some information about the system hardware -- make and model would be useful, e.g. Raspberry Pi 4 (4 GB). Also, the make and model of the output DAC, if known. - type: textarea id: version attributes: 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`. + 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, please paste the results of two commands `uname -a` and `shairport-sync -V`. + render: shell validations: required: true + - type: checkboxes + id: check-papw + attributes: + label: PulseAudio or PipeWire installed? + description: Does your system use a sound server like PulseAudio or PipeWire? (If it has a GUI, it probably does...) + options: + - label: Check if your system uses a Sound Server. + required: true - type: dropdown id: install attributes: -- 2.47.3