Skip to content

Commit 87b1d36

Browse files
authored
chore: reorder 2 BUG_REPORT.yml elements (#3943)
* Moved 'Steps to reproduce' section before Current/Expected behaviour. * Moved 'Current behaviour' before 'Expected behaviour'. This way it feels more natural.
1 parent e538924 commit 87b1d36

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ body:
88
value: |
99
Provide a general summary of the issue in the Title above
1010
- type: textarea
11-
id: expected-behavior
11+
id: steps-to-reproduce
1212
attributes:
13-
label: 'Expected Behavior'
14-
description: Tell us what should happen
15-
placeholder: Short and explicit description of your incident...
13+
label: 'Steps to Reproduce'
14+
description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant
15+
value: |
16+
1. First step
17+
2. Second step
18+
render: bash
1619
validations:
1720
required: true
1821
- type: textarea
@@ -22,6 +25,14 @@ body:
2225
description: Tell us what happens instead of the expected behavior
2326
validations:
2427
required: false
28+
- type: textarea
29+
id: expected-behavior
30+
attributes:
31+
label: 'Expected Behavior'
32+
description: Tell us what should happen
33+
placeholder: Short and explicit description of your incident...
34+
validations:
35+
required: true
2536
- type: checkboxes
2637
id: affected-packages
2738
attributes:
@@ -38,17 +49,6 @@ body:
3849
description: Not obligatory, but suggest a fix/reason for the bug, or ideas how to implement the addition or change
3950
validations:
4051
required: false
41-
- type: textarea
42-
id: steps-to-reproduce
43-
attributes:
44-
label: 'Steps to Reproduce'
45-
description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant
46-
value: |
47-
1. First step
48-
2. Second step
49-
render: bash
50-
validations:
51-
required: true
5252
- type: textarea
5353
id: context
5454
attributes:

0 commit comments

Comments
 (0)