mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
chore(gh): Require people to search again
This commit is contained in:
parent
1d6975540c
commit
92e13588f6
2 changed files with 4 additions and 0 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -9,7 +9,9 @@ body:
|
|||
attributes:
|
||||
options:
|
||||
- label: I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
|
||||
required: true
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -9,7 +9,9 @@ body:
|
|||
attributes:
|
||||
options:
|
||||
- label: I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
|
||||
required: true
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Version
|
||||
|
|
Loading…
Reference in a new issue