File tree Expand file tree Collapse file tree 2 files changed +55
-16
lines changed Expand file tree Collapse file tree 2 files changed +55
-16
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
+ 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 : devices
36
+ attributes :
37
+ label : On which device are you experiencing this bug?
38
+ multiple : true
39
+ options :
40
+ - Android
41
+ - iPhone
42
+ - Linux
43
+ - Chrome
44
+ - Windows
45
+ - type : checkboxes
46
+ id : terms
47
+ attributes :
48
+ label : Record
49
+ options :
50
+ - label : " I have read the Contributing Guidelines"
51
+ required : true
52
+ - label : " I'm a GSSOC'24 contributor"
53
+ required : False
54
+ - label : " I have starred the repository"
55
+ required : true
You can’t perform that action at this time.
0 commit comments