From e550750c5cd45b99d9967ef6c8694755466ae9da Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 28 Aug 2021 17:54:56 +0200 Subject: [PATCH] Reword the issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/setup_help.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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