File tree 1 file changed +3
-13
lines changed
1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -3,37 +3,27 @@ description: Create a report to help us improve. Report bugs found while using t
3
3
title : " [BUG]"
4
4
labels : [bug]
5
5
body :
6
- - type : markdown
7
- attributes :
8
- value : " Provide a general summary of the issue in the Title above"
9
6
- type : textarea
10
7
id : description
11
8
attributes :
12
9
label : Description
13
10
description : Provide a general summary of the issue in the Title above
14
11
validations :
15
12
required : true
16
- - type : input
13
+ - type : textarea
17
14
id : expectedbhv
18
15
attributes :
19
16
label : Expected behavior
20
17
description : Tell us what should happen
21
18
validations :
22
19
required : true
23
- - type : input
20
+ - type : textarea
24
21
id : actualbhv
25
22
attributes :
26
23
label : Actual behavior
27
24
description : Tell us what happens instead
28
25
validations :
29
26
required : true
30
- - type : input
31
- id : possiblefix
32
- attributes :
33
- label : Possible fix
34
- description : Not obligatory, but suggest a fix or reason for the bug
35
- validations :
36
- required : false
37
27
- type : textarea
38
28
id : steps
39
29
attributes :
47
37
3.
48
38
4.
49
39
validations :
50
- required : true
40
+ required : false
51
41
- type : textarea
52
42
id : context
53
43
attributes :
You can’t perform that action at this time.
0 commit comments