File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed
Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Bug report 🐞
2+ description : File a bug report
3+ title : " 🐞[Bug]: "
4+ labels : ' bug'
5+ body :
6+ - type : checkboxes
7+ id : existing-issue
8+ attributes :
9+ label : Is there an existing issue for this?
10+ description : Please search to see if an issue already exists for the bug you encountered.
11+ options :
12+ - label : I have searched the existing issues
13+ required : true
14+ - type : textarea
15+ id : what-happened
16+ attributes :
17+ label : Describe the bug
18+ description : A concise description of what you are experiencing.
19+ placeholder : Tell us what you see!
20+ validations :
21+ required : true
22+ - type : textarea
23+ id : expected-behaviour
24+ attributes :
25+ label : Expected behavior
26+ description : A clear and concise description of what you expected to happen.
27+ validations :
28+ required : true
29+ - type : textarea
30+ id : screenshots
31+ attributes :
32+ label : Add ScreenShots
33+ description : Add sufficient ScreenShots to explain your issue.
34+ - type : dropdown
35+ id : browsers
36+ attributes :
37+ label : What browsers are you seeing the problem on?
38+ multiple : true
39+ options :
40+ - Firefox
41+ - Chrome
42+ - Safari
43+ - Microsoft Edge
44+ - type : checkboxes
45+ id : terms
46+ attributes :
47+ label : Record
48+ options :
49+ - label : " I have read the Contributing Guidelines"
50+ required : true
51+ - label : " Are you a GSSOC'25 contributor"
52+ required : false
53+ - label : " I want to work on this issue"
54+ required : false
You can’t perform that action at this time.
0 commit comments