From 918aadef6278f66002a2c10e5454e2bb48a30000 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 28 Aug 2021 17:53:50 +0200 Subject: [PATCH] Add issue template fields for the Wine version --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/setup_help.yml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 82c51064..c39af9f9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -68,6 +68,14 @@ body: placeholder: e.g. 3.5.2, or commit a29f43a validations: required: true + - type: input + id: wine-version + attributes: + label: Wine version + description: Use `wine --version` if you're not sure about this. + placeholder: e.g. Wine Staging 4.20, or wine-tkg 6.14 + validations: + required: true - type: dropdown id: installation-method attributes: diff --git a/.github/ISSUE_TEMPLATE/setup_help.yml b/.github/ISSUE_TEMPLATE/setup_help.yml index af2480cf..84c9bc2c 100644 --- a/.github/ISSUE_TEMPLATE/setup_help.yml +++ b/.github/ISSUE_TEMPLATE/setup_help.yml @@ -57,6 +57,14 @@ body: placeholder: e.g. 3.5.2, or commit a29f43a validations: required: true + - type: input + id: wine-version + attributes: + label: Wine version + description: Use `wine --version` if you're not sure about this. + placeholder: e.g. Wine Staging 4.20, or wine-tkg 6.14 + validations: + required: true - type: dropdown id: installation-method attributes: