From 66b4e2c8716a9aac897c6554043ffd756174660d Mon Sep 17 00:00:00 2001 From: Gauthier Date: Fri, 26 Dec 2025 23:26:16 +0100 Subject: [PATCH] chore(issuetemplate): add a checkbox to search for existing issues (#2255) --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/enhancement.yml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 8dad289bc..29d2b2871 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -91,6 +91,14 @@ body: attributes: label: Additional Context description: Please provide any additional information that may be relevant or helpful. + - type: checkboxes + id: search-existing + attributes: + label: Search Existing Issues + description: Have you searched existing issues to see if this bug has already been reported? + options: + - label: Yes, I have searched existing issues. + required: true - type: checkboxes id: terms attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 8e9f8fc77..efe98bbce 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -27,6 +27,14 @@ body: attributes: label: Additional Context description: Provide any additional information or screenshots that may be relevant or helpful. + - type: checkboxes + id: search-existing + attributes: + label: Search Existing Issues + description: Have you searched existing issues to see if this feature has already been requested? + options: + - label: Yes, I have searched existing issues. + required: true - type: checkboxes id: terms attributes: