File tree Expand file tree Collapse file tree 2 files changed +48
-38
lines changed Expand file tree Collapse file tree 2 files changed +48
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug report 🐞
2
+ description : File a bug report
3
+ title : " [Bug]: "
4
+ body :
5
+ - type : checkboxes
6
+ id : existing-issue
7
+ attributes :
8
+ label : Is there an existing issue for this?
9
+ description : Please search to see if an issue already exists for the bug you encountered.
10
+ options :
11
+ - label : I have searched the existing issues
12
+ required : true
13
+ - type : textarea
14
+ id : what-happened
15
+ attributes :
16
+ label : What happened?
17
+ description : A concise description of what you are experiencing.
18
+ placeholder : Tell us what you see!
19
+ validations :
20
+ required : true
21
+ - type : textarea
22
+ id : screenshots
23
+ attributes :
24
+ label : Add ScreenShots
25
+ description : Add sufficient ScreenShots to explain your issue.
26
+ - type : dropdown
27
+ id : browsers
28
+ attributes :
29
+ label : What browsers are you seeing the problem on?
30
+ multiple : true
31
+ options :
32
+ - Firefox
33
+ - Chrome
34
+ - Safari
35
+ - Microsoft Edge
36
+ - type : checkboxes
37
+ id : terms
38
+ attributes :
39
+ label : Record
40
+ options :
41
+ - label : " I agree to follow this project's Code of Conduct"
42
+ required : true
43
+ - label : " I'm a GSSOC contributor"
44
+ required : False
45
+ - label : " I want to work on this issue"
46
+ required : False
47
+ - label : " I'm willing to provide further clarification or assistance if needed."
48
+ required : False
You can’t perform that action at this time.
0 commit comments