File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Bug report
2+ description : Create a bug report to help us address errors in the repository
3+ title : " [BUG] <bug description>"
4+ labels : [bug]
5+ assignees :
6+ - anshumanjadiya1102
7+ body :
8+ - type : input
9+ id : bugdescription
10+ attributes :
11+ label : Description of the bug
12+ validations :
13+ required : true
14+ - type : input
15+ id : stack
16+ attributes :
17+ label : Project stack or language (e.g. front-end)
18+ validations :
19+ required : true
20+ - type : input
21+ id : workingenvironment
22+ attributes :
23+ label : Working Environment (e.g. operating system, browser, device)
24+ validations :
25+ required : true
26+ - type : textarea
27+ id : screenshots
28+ attributes :
29+ label : Please add screenshots (if applicable)
30+ validations :
31+ required : false
32+ - type : input
33+ id : context
34+ attributes :
35+ label : Add any other context about the problem here
36+ validations :
37+ required : false
38+ - type : markdown
You can’t perform that action at this time.
0 commit comments