File tree 3 files changed +6
-50
lines changed
3 files changed +6
-50
lines changed Original file line number Diff line number Diff line change 1
1
name : 🐞 Bug
2
2
description : Report an issue to help us improve the project.
3
- title : " [BUG] < write a small description here> "
4
- labels : ["bug", "goal: fix", "priority: medium" ]
3
+ title : " [BUG] write a title here"
4
+ labels : ["bug"]
5
5
body :
6
6
- type : textarea
7
7
attributes :
8
8
label : Description
9
9
description : A brief description of the issue or bug you are facing, also include what you tried and what didn't work.
10
10
validations :
11
11
required : false
12
+
12
13
- type : textarea
13
14
attributes :
14
15
label : Screenshots
15
16
description : Please add screenshots if applicable
16
17
validations :
17
- required : false
18
- - type : textarea
19
- attributes :
20
- label : Any additional information?
21
- description : Any additional information or Is there anything we should know about this bug?
22
- validations :
23
- required : false
24
- - type : dropdown
25
- attributes :
26
- label : What browser are you seeing the problem on?
27
- multiple : true
28
- options :
29
- - Firefox
30
- - Chrome
31
- - Safari
32
- - Microsoft Edge
18
+ required : false
Original file line number Diff line number Diff line change 27
27
description : " Describe the solution you'd like"
28
28
placeholder : " It would be great if..."
29
29
validations :
30
- required : true
30
+ required : false
31
31
32
32
- type : textarea
33
33
id : alternatives
43
43
description : " Add any relevant screenshots, mockups or examples"
44
44
placeholder : " Drag and drop images here..."
45
45
46
- - type : dropdown
47
- id : priority
48
- attributes :
49
- label : " Priority"
50
- options :
51
- - High
52
- - Medium
53
- - Low
54
- validations :
55
- required : true
56
-
57
46
- type : checkboxes
58
47
id : terms
59
48
attributes :
Original file line number Diff line number Diff line change 1
1
name : " 🤔 General Issue"
2
2
description : " Submit a general question, suggestion or issue"
3
- title : " [GENERAL] "
4
- labels : ["triage-needed"]
3
+ title : " [GENERAL]"
5
4
6
5
body :
7
6
- type : markdown
32
31
validations :
33
32
required : true
34
33
35
- - type : textarea
36
- id : additional
37
- attributes :
38
- label : " Additional Context"
39
- description : " Add any other context, screenshots, or relevant information"
40
- placeholder : " Add any additional details here..."
41
-
42
- - type : dropdown
43
- id : impact
44
- attributes :
45
- label : " Impact Level"
46
- options :
47
- - High
48
- - Medium
49
- - Low
50
- validations :
51
- required : true
52
-
53
34
- type : checkboxes
54
35
id : terms
55
36
attributes :
You can’t perform that action at this time.
0 commit comments