@cryptotaxi247 / kubo / commits / f0c906550

chore(github): add issue search checklist item to all templates

Steven Allen committed Jul 20, 2021 at 09:45 UTC f0c9065504f41fb543cfd7f6e65ce73d02bcc706
3 files changed +6
.github/ISSUE_TEMPLATE/doc.yml
+2
@@ -15,6 +15,8 @@ body:
15 options:
16 - label: I am reporting a documentation issue in this repo, not https://docs.ipfs.io.
17 required: true
18 + - label: I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my issue.
19 + required: true
20 - type: input
21 attributes:
22 label: Location
.github/ISSUE_TEMPLATE/enhancement.yml
+2
@@ -24,6 +24,8 @@ body:
24 required: true
25 - label: I am not suggesting a protocol enhancement.
26 required: true
27 + - label: I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my issue.
28 + required: true
29 - type: textarea
30 attributes:
31 label: Description
.github/ISSUE_TEMPLATE/feature.yml
+2
@@ -25,6 +25,8 @@ body:
25 required: true
26 - label: I am not suggesting a protocol enhancement.
27 required: true
28 + - label: I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my issue.
29 + required: true
30 - type: textarea
31 attributes:
32 label: Description