chore(github): add "searched" checkbox to issue templates

This commit is contained in:
Huakun Shen 2025-02-16 14:32:17 -05:00
parent b119c4e8aa
commit 41f864e996
No known key found for this signature in database
3 changed files with 17 additions and 5 deletions

View File

@ -41,3 +41,10 @@ body:
options: options:
- label: I am willing to submit a PR to fix this issue - label: I am willing to submit a PR to fix this issue
- label: I am willing to submit a PR with failing tests - 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

View File

@ -2,7 +2,7 @@ blank_issues_enabled: false
contact_links: contact_links:
- name: GitHub Discussions - name: GitHub Discussions
url: https://github.com/kunkunsh/kunkun/discussions url: https://github.com/kunkunsh/kunkun/discussions
about: Please ask and answer questions here. about: Discussions and questions here
- name: 💬 Discord - name: 💬 Discord
url: https://discord.gg/7dzw3TYeTU url: https://discord.gg/7dzw3TYeTU
about: Please ask and answer questions here. about: Please ask and answer questions here

View File

@ -41,4 +41,9 @@ body:
options: options:
- label: I am willing to submit a PR to implement this feature - 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