File tree 1 file changed +10
-12
lines changed
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
- name : " \U0001F41B Bug report"
2
- about : Create a report to help us improve
3
- title : ' '
1
+ name : 🐛 Bug report
2
+ description : Create a report to help us improve
4
3
labels : bug
5
- assignees : ' '
6
4
7
5
body :
8
6
- type : markdown
@@ -15,16 +13,20 @@ body:
15
13
attributes :
16
14
label : Describe the bug
17
15
description : A clear and concise description of what the bug is.
18
- value : " "
19
16
validations :
20
17
required : true
21
18
22
19
- type : textarea
23
- id : what-happened
20
+ id : reproduction-steps
24
21
attributes :
25
- label : To Reproduce
22
+ label : Reproduction steps
26
23
description : Steps to reproduce the behavior
27
- value : " "
24
+ value : |
25
+ 1.
26
+ 2.
27
+ 3.
28
+ ...
29
+ render : bash
28
30
validations :
29
31
required : true
30
32
33
35
attributes :
34
36
label : Expected behavior
35
37
description : A clear and concise description of what you expected to happen.
36
- value : " "
37
38
validations :
38
39
required : true
39
40
75
76
attributes :
76
77
label : Additional context
77
78
description : Add any other context about the problem here.
78
- value : " "
79
- validations :
80
- required : true
You can’t perform that action at this time.
0 commit comments