From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 27 Aug 2022 14:10:25 +0000 (+0100) Subject: Update Bug Report.yaml X-Git-Tag: 4.1-rc1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c42b9237ca992b1d37e7bf1aa0e652d3031672f;p=thirdparty%2Fshairport-sync.git Update Bug Report.yaml --- diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yaml b/.github/ISSUE_TEMPLATE/Bug Report.yaml index 91d1b9b2..a7405cb5 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yaml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this issue report! + Thanks for taking the time to fill out this report! - type: textarea id: what-happened attributes: @@ -25,6 +25,8 @@ body: attributes: label: Operatiing System? description: What Operating System are you running on ? (`uname -a`) + validations: + required: true - type: textarea id: version attributes: @@ -32,6 +34,16 @@ body: description: What version of Shairport Sync are you running? (`shairport-sync -V`) validations: required: true + - type: dropdown + id: install + attributes: + label: How did you install Shairport Sync? + options: + - Homebrew for Mac + - A package manager (`apt`, `yum`, `pkg`, ...) + - Built from source + validations: + required: true - type: checkboxes id: checked-current-issues attributes: