Skip to content

Commit d47ec59

Browse files
authored
chore: improve issues templates (#1066)
1 parent ea59c81 commit d47ec59

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
value: |
1111
Thank you for taking the time to fill out this bug report!
1212
13-
Please read the following parts of this template carefully.
13+
Please read the following parts of this template **very carefully**.
1414
Invalid or incomplete submissions take longer to triage,
1515
and may be given a lower priority or closed outright
1616
if not actionable.
@@ -27,9 +27,10 @@ body:
2727
the feature request form instead.
2828
required: true
2929
- label: >-
30-
I have looked through the
31-
[open issues](https://github.com/zizmorcore/zizmor/issues?q=is%3Aissue+is%3Aopen+)
32-
for a duplicate report.
30+
I have looked through both the
31+
[open](https://github.com/zizmorcore/zizmor/issues?q=is%3Aissue+is%3Aopen+)
32+
and [closed](https://github.com/zizmorcore/zizmor/issues?q=is%3Aissue%20state%3Aclosed)
33+
issues for a duplicate report.
3334
required: true
3435
3536
- type: input

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
value: |
1111
Thanks for making a `zizmor` feature request!
1212
13-
Please read the following parts of this form carefully.
13+
Please read the following parts of this form **very carefully**.
1414
Invalid or incomplete submissions take longer to triage,
1515
and may be given a lower priority or closed outright
1616
if not actionable.
@@ -26,7 +26,10 @@ body:
2626
These must be filed via the bug report template.
2727
required: true
2828
- label: >-
29-
I have looked through the open issues for a duplicate request.
29+
I have looked through both the
30+
[open](https://github.com/zizmorcore/zizmor/issues?q=is%3Aissue+is%3Aopen+)
31+
and [closed](https://github.com/zizmorcore/zizmor/issues?q=is%3Aissue%20state%3Aclosed)
32+
issues for a duplicate request.
3033
required: true
3134
3235
- type: textarea

0 commit comments

Comments
 (0)