mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
chore(github): add issue search checklist item to all templates
This commit is contained in:
parent
dae28b0272
commit
f0c9065504
2
.github/ISSUE_TEMPLATE/doc.yml
vendored
2
.github/ISSUE_TEMPLATE/doc.yml
vendored
@ -15,6 +15,8 @@ body:
|
||||
options:
|
||||
- label: I am reporting a documentation issue in this repo, not https://docs.ipfs.io.
|
||||
required: true
|
||||
- label: I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my issue.
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Location
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
2
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@ -24,6 +24,8 @@ body:
|
||||
required: true
|
||||
- label: I am not suggesting a protocol enhancement.
|
||||
required: true
|
||||
- label: I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my issue.
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
@ -25,6 +25,8 @@ body:
|
||||
required: true
|
||||
- label: I am not suggesting a protocol enhancement.
|
||||
required: true
|
||||
- label: I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my issue.
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
|
||||
Loading…
Reference in New Issue
Block a user