Skip to content

Commit aac6729

Browse files
authored
chore: update bug_report.yml
1 parent 1370497 commit aac6729

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+5-13
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,25 @@ labels: ['bug']
44
title: '[BUG] <title>'
55

66
body:
7-
- type: checkboxes
7+
- type: markdown
88
attributes:
9-
label: Before you begin...
10-
options:
11-
- label: I have searched the existing issues
12-
required: true
13-
- label: I am not using version 13.x of node (if so, please upgrade)
14-
required: true
9+
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.'
1511
1612
- type: textarea
1713
attributes:
18-
label: Description of the problem
14+
label: Description
1915
validations:
2016
required: false
2117

2218
- type: textarea
2319
attributes:
2420
label: Recipe for reproducing
25-
description: '**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.'
21+
description: You read the "IMPORTANT" note above, right? RIGHT?!?
2622
render: bash
2723
validations:
2824
required: false
2925

30-
- type: textarea
31-
attributes:
32-
label: Additional information
33-
3426
- type: textarea
3527
attributes:
3628
label: Environment

0 commit comments

Comments
 (0)