Skip to content

Commit 7ba2c31

Browse files
authored
github: improve the chances of the user specifying bug or regression (#6399)
1 parent cef6aad commit 7ba2c31

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ body:
99
1010
---
1111
12+
- type: dropdown
13+
id: type
14+
attributes:
15+
label: Bug or Regression?
16+
description: Is this a bug or a regression?
17+
options:
18+
- Bug
19+
- Regression
20+
validations:
21+
required: true
22+
1223
- type: textarea
1324
id: ver
1425
attributes:
@@ -33,17 +44,6 @@ body:
3344
validations:
3445
required: true
3546

36-
- type: dropdown
37-
id: type
38-
attributes:
39-
label: Bug or Regression?
40-
description: Is this a bug or a regression?
41-
options:
42-
- Bug
43-
- Regression
44-
validations:
45-
required: true
46-
4747
- type: textarea
4848
id: desc
4949
attributes:

0 commit comments

Comments
 (0)