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: