File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 21
21
- Other (specify if possible)
22
22
validations :
23
23
required : false
24
- - type : input
24
+ - type : textarea
25
25
attributes :
26
26
label : Describe the bug
27
27
description : A clear and concise description of what the bug is.
34
34
value : " ### Steps:\n\n 1.\n\n 2.\n\n 3.\n\n ### Snippet:\n\n ```js\n\n // Paste your code here :)\n\n ```\n "
35
35
validations :
36
36
required : true
37
- - type : input
37
+ - type : textarea
38
38
attributes :
39
39
label : Expected behavior
40
40
description : A clear and concise description of what you expected to happen.
46
46
description : If applicable, add a screenshot or screen capture to help explain your problem.
47
47
validations :
48
48
required : false
49
+ - type : dropdown
50
+ id : Browser
51
+ attributes :
52
+ label : Browser
53
+ description : In which browser(s) have you observed this issue?
54
+ multiple : true
55
+ options :
56
+ - Firefox
57
+ - Chrome
58
+ - Safari
59
+ - Microsoft Edge
60
+ - Other (please specify)
61
+ validations :
62
+ required : false
49
63
- type : input
50
64
attributes :
51
65
label : Browser version
You can’t perform that action at this time.
0 commit comments