From 955739599101c566e9cbb18b70c853a9a097f2e6 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Mon, 26 May 2025 17:47:58 +0200 Subject: [PATCH] chore: remove checkbox requirement from dupe search question (#18647) * Update bug_report.yaml * Update feature-request.yaml --- .github/DISCUSSION_TEMPLATE/feature-request.yaml | 1 - .github/ISSUE_TEMPLATE/bug_report.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/feature-request.yaml b/.github/DISCUSSION_TEMPLATE/feature-request.yaml index 8a2358cc2b..2c7492fd5b 100644 --- a/.github/DISCUSSION_TEMPLATE/feature-request.yaml +++ b/.github/DISCUSSION_TEMPLATE/feature-request.yaml @@ -14,7 +14,6 @@ body: label: I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request. options: - label: 'Yes' - required: true - type: textarea id: feature diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 15274f75e8..1ac0e04332 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -6,7 +6,6 @@ body: label: I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. options: - label: 'Yes' - required: true - type: markdown attributes: