We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef6aad commit 7ba2c31Copy full SHA for 7ba2c31
.github/ISSUE_TEMPLATE/bug.yml
@@ -9,6 +9,17 @@ body:
9
10
---
11
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
+
23
- type: textarea
24
id: ver
25
attributes:
@@ -33,17 +44,6 @@ body:
33
44
validations:
34
45
required: true
35
46
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
- validations:
- required: true
-
47
48
id: desc
49
0 commit comments