From 41f864e9964e1c590d5580dcbe8384c34d0eb648 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sun, 16 Feb 2025 14:32:17 -0500 Subject: [PATCH] chore(github): add "searched" checkbox to issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++++++++-- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 7 ++++++- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 68646db..bdf1434 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,7 +15,7 @@ body: placeholder: Bug description validations: required: true - + - type: textarea id: expected-behavior attributes: @@ -40,4 +40,11 @@ body: label: Contributes options: - label: I am willing to submit a PR to fix this issue - - label: I am willing to submit a PR with failing tests \ No newline at end of file + - label: I am willing to submit a PR with failing tests + + - type: checkboxes + id: searched + attributes: + label: Searched + options: + - label: I have searched for similar issues and found none diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 44f8b92..22da0c4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: GitHub Discussions url: https://github.com/kunkunsh/kunkun/discussions - about: Please ask and answer questions here. + about: Discussions and questions here - name: 💬 Discord url: https://discord.gg/7dzw3TYeTU - about: Please ask and answer questions here. + about: Please ask and answer questions here diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index bba670d..b1acc30 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -41,4 +41,9 @@ body: options: - label: I am willing to submit a PR to implement this feature - + - type: checkboxes + id: searched + attributes: + label: Searched + options: + - label: I have searched for similar issues and found none