Skip to content

Commit 294022c

Browse files
committed
chore: wip
1 parent aac6729 commit 294022c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
**IMPORTANT**: Failure to provide a [Minimal, Complete, and Verifiable](https://stackoverflow.com/help/minimal-reproducible-example) example will result in this issue being closed without further review.'
10+
**IMPORTANT**: Failure to provide a [Minimal, Complete, and Verifiable](https://stackoverflow.com/help/minimal-reproducible-example) example will result in this issue being closed without further review.
1111
1212
- type: textarea
1313
attributes:
1414
label: Description
1515
validations:
16-
required: false
16+
required: true
1717

1818
- type: textarea
1919
attributes:
2020
label: Recipe for reproducing
21-
description: You read the "IMPORTANT" note above, right? RIGHT?!?
21+
description: You saw the "IMPORTANT" note above, right?
2222
render: bash
2323
validations:
24-
required: false
24+
required: true
2525

2626
- type: textarea
2727
attributes:

0 commit comments

Comments
 (0)