File tree Expand file tree Collapse file tree 2 files changed +51
-38
lines changed Expand file tree Collapse file tree 2 files changed +51
-38
lines changed Original file line number Diff line number Diff line change
1
+ name : 🐞 Bug
2
+ description : Report an issue to help us improve the project.
3
+ title : ' [BUG] '
4
+ labels : ["bug"]
5
+ body :
6
+ - type : textarea
7
+ attributes :
8
+ label : Description
9
+ id : description
10
+ description : A brief description of the issue or bug you are facing, also include what you tried and what didn't work.
11
+ validations :
12
+ required : false
13
+ - type : textarea
14
+ attributes :
15
+ label : Screenshots
16
+ id : screenshots
17
+ description : Please add screenshots if applicable
18
+ validations :
19
+ required : false
20
+ - type : textarea
21
+ attributes :
22
+ label : Any additional information?
23
+ id : extrainfo
24
+ description : Any additional information or Is there anything we should know about this bug?
25
+ validations :
26
+ required : false
27
+ - type : dropdown
28
+ id : browsers
29
+ attributes :
30
+ label : What browser are you seeing the problem on?
31
+ multiple : true
32
+ options :
33
+ - Firefox
34
+ - Chrome
35
+ - Safari
36
+ - Microsoft Edge
37
+ - type : checkboxes
38
+ id : no-duplicate-issues
39
+ attributes :
40
+ label : ' Checklist'
41
+ options :
42
+ - label : ' I have checked the existing issues'
43
+ required : true
44
+
45
+ - label : ' I have read the [Contributing Guidelines]()'
46
+ required : true
47
+ - label : " I'm a GSSoC'24-Extd contributor"
48
+ - label : " I'm a Hacktoberfest'24 contributor"
49
+
50
+ - label : ' I am willing to work on this issue (optional)'
51
+ required : false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments