diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e67197d..9c4962b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -143,7 +143,6 @@ body: attributes: label: Checklist description: Please check all boxes that apply - multiple: true options: - label: I have read the documentation. required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index d53db2e..af3197b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -74,7 +74,6 @@ body: attributes: label: Checklist description: Please check all boxes that apply - multiple: true options: - label: I have read the documentation and made sure this feature doesn't already exist. required: true diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 938fd9f..42070b7 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -44,7 +44,6 @@ body: attributes: label: Checklist description: Please check all boxes that apply - multiple: true options: - label: I have read the documentation and made sure what I'm looking for isn't present, or is unclear. required: true