From bccc6337fb9d3bb7ab07e457db0eeb5d3918a9e0 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 29 Aug 2023 09:35:56 +0100 Subject: [PATCH] Update Bug Report.yaml --- .github/ISSUE_TEMPLATE/Bug Report.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yaml b/.github/ISSUE_TEMPLATE/Bug Report.yaml index 72caf629..08b86fe6 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yaml @@ -25,6 +25,8 @@ body: 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. + validations: + required: true - type: textarea id: version attributes: @@ -40,7 +42,9 @@ body: 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 + validations: + required: true + - type: dropdown id: install attributes: -- 2.47.3