File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -11,65 +11,66 @@ body:
11
11
validations :
12
12
required : true
13
13
- type : textarea
14
- id : To Reproduce
14
+ id : steps-to-reproduce
15
15
attributes :
16
16
label : Steps to reproduce the behavior
17
- placeholder : 1. Go to '...'
18
- 2. Click on '....'
19
- 3. Scroll down to '....'
20
- 4. See error
17
+ placeholder : |
18
+ 1. Go to '...'
19
+ 2. Click on '....'
20
+ 3. Scroll down to '....'
21
+ 4. See error
21
22
validations :
22
- required : false
23
+ required : false
23
24
- type : textarea
24
25
id : expected-behaviour
25
26
attributes :
26
27
label : Expected behavior
27
28
placeholder : A clear and concise description of what you expected to happen.
28
29
validations :
29
- required : true
30
+ required : true
30
31
- type : textarea
31
32
id : screenshots
32
33
attributes :
33
34
label : Screenshots
34
35
placeholder : If applicable, add screenshots to help explain your problem.
35
36
validations :
36
- required : false
37
+ required : false
37
38
- type : dropdown
38
- id : Device
39
+ id : device
39
40
attributes :
40
41
label : Device?
41
42
multiple : true
42
43
options :
43
- - Desktop
44
- - Mobile
44
+ - Desktop
45
+ - Mobile
45
46
- type : dropdown
46
- id : Operating -system
47
+ id : operating -system
47
48
attributes :
48
49
label : Which OS are affected?
49
50
multiple : true
50
51
options :
51
- - Mac
52
- - Windows
53
- - linux
52
+ - Mac
53
+ - Windows
54
+ - Linux
54
55
- type : textarea
55
56
id : version
56
57
attributes :
57
58
label : Enter the version of your web browser
58
59
placeholder : Version
59
60
validations :
60
- required : true
61
+ required : true
61
62
- type : dropdown
62
63
id : browsers
63
64
attributes :
64
65
label : Which browsers are affected?
65
66
multiple : true
66
67
options :
67
- - Firefox
68
- - Chrome
69
- - Safari
70
- - Microsoft Edge
71
- - Brave
72
- - Other
68
+ - Firefox
69
+ - Chrome
70
+ - Safari
71
+ - Microsoft Edge
72
+ - Brave
73
+ - Other
73
74
- type : textarea
74
75
id : additional-info
75
76
attributes :
85
86
- label : I agree to follow this project's Code of Conduct
86
87
required : true
87
88
- label : I'm a GSSoC'23 contributor
88
- - label : I want to work on this issue
89
-
89
+ - label : I want to work on this issue
You can’t perform that action at this time.
0 commit comments