From 1bc35b6edd023d48ec20ba1bb7c4cc480c58fa1d Mon Sep 17 00:00:00 2001 From: David Refoua Date: Tue, 18 Oct 2022 02:31:36 +0330 Subject: [PATCH] remove invalid yml property --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 - .github/ISSUE_TEMPLATE/feature-request.yml | 1 - .github/ISSUE_TEMPLATE/question.yml | 1 - 3 files changed, 3 deletions(-) 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