From 060e6e65abe01e1cd7d509981b9e51965f3b54db Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 18 Sep 2021 00:17:10 +0200 Subject: [PATCH] Fix typo in 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 81cdd0d4..b8a8039b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,8 +16,8 @@ body: you're having. options: - label: >- - I read through both the troubleshooting and the known issues sections my - issue wasn't listed there + I read through both the troubleshooting and the known issues + sections, and my issue wasn't listed there required: true - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/setup_help.yml b/.github/ISSUE_TEMPLATE/setup_help.yml index 581f036f..c3c59045 100644 --- a/.github/ISSUE_TEMPLATE/setup_help.yml +++ b/.github/ISSUE_TEMPLATE/setup_help.yml @@ -20,8 +20,8 @@ body: quick help or questions. options: - label: >- - I read through both the troubleshooting and the known issues sections my - issue wasn't listed there + I read through both the troubleshooting and the known issues + sections, and my issue wasn't listed there required: true - type: textarea id: description