diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c39af9f9..81cdd0d4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -51,7 +51,7 @@ body: id: installation-source attributes: label: How did you install yabridge? - placeholder: e.g. directly from the releases page, or the yabridge-git AUR package + placeholder: e.g. directly from the releases page, or an AUR package validations: required: true - type: input @@ -72,7 +72,7 @@ body: id: wine-version attributes: label: Wine version - description: Use `wine --version` if you're not sure about this. + description: Run `wine --version` if you're not sure about this. placeholder: e.g. Wine Staging 4.20, or wine-tkg 6.14 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/setup_help.yml b/.github/ISSUE_TEMPLATE/setup_help.yml index 84c9bc2c..581f036f 100644 --- a/.github/ISSUE_TEMPLATE/setup_help.yml +++ b/.github/ISSUE_TEMPLATE/setup_help.yml @@ -40,7 +40,7 @@ body: id: installation-source attributes: label: How did you install yabridge? - placeholder: e.g. directly from the releases page, or the yabridge-git AUR package + placeholder: e.g. directly from the releases page, or an AUR package validations: required: true - type: input @@ -61,7 +61,7 @@ body: id: wine-version attributes: label: Wine version - description: Use `wine --version` if you're not sure about this. + description: Run `wine --version` if you're not sure about this. placeholder: e.g. Wine Staging 4.20, or wine-tkg 6.14 validations: required: true