mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
chore(github): add "searched" checkbox to issue templates
This commit is contained in:
parent
b119c4e8aa
commit
41f864e996
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -15,7 +15,7 @@ body:
|
|||||||
placeholder: Bug description
|
placeholder: Bug description
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected-behavior
|
id: expected-behavior
|
||||||
attributes:
|
attributes:
|
||||||
@ -40,4 +40,11 @@ body:
|
|||||||
label: Contributes
|
label: Contributes
|
||||||
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
|
||||||
|
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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
|
||||||
|
7
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
7
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user