From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 29 Sep 2022 11:39:37 +0000 (+0100) Subject: Fix Bug Report template. X-Git-Tag: 4.1-rc2~1^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94701c5d3b0e71d79ae8510d2ea2fa96b309dcba;p=thirdparty%2Fshairport-sync.git Fix Bug Report template. --- diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yaml b/.github/ISSUE_TEMPLATE/Bug Report.yaml index 11e2f3a1..8017b5db 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yaml @@ -1,12 +1,12 @@ -name: Bug Report -description: File a bug report -title: "[Bug]: " -labels: ["bug"] +name: Issue Report +description: File an Issue +title: "[Problem]: " +labels: ["new issue"] body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this bug report! + Thanks for taking the time to fill out this report! - type: textarea id: what-happened attributes: @@ -20,6 +20,13 @@ 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: @@ -27,6 +34,17 @@ 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 + - Docker + - A package manager (apt, yum, pkg, etc.) + - Built from source + validations: + required: true - type: checkboxes id: checked-current-issues attributes: @@ -34,4 +52,5 @@ body: description: Please check previous issues (including closed ones) for duplicates. options: - label: Confirm - required: true \ No newline at end of file + required: true +