File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-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+ body :
6+ - type : textarea
7+ id : bugdescription
8+ attributes :
9+ label : Description of the bug
10+ validations :
11+ required : true
12+ - type : textarea
13+ id : workingenvironment
14+ attributes :
15+ label : Working Environment (e.g. operating system, browser, device)
16+ validations :
17+ required : true
18+ - type : textarea
19+ id : screenshots
20+ attributes :
21+ label : Please add screenshots (if applicable)
22+ validations :
23+ required : false
24+ - type : textarea
25+ id : context
26+ attributes :
27+ label : Add any other context about the problem here
28+ validations :
29+ required : false
30+ - type : markdown
31+ attributes :
32+ value : |
33+ You can also join our [Discord community](https://discord.gg/druweDMn3s)
34+ Feel free to check out other cool repositories of the Design and Code Community [here](https://github.com/Design-and-Code)
You can’t perform that action at this time.
0 commit comments