File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ description : File a bug report.
3+ title : " [Bug]: "
4+ type : Bug
5+
6+ body :
7+ - type : checkboxes
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+ attributes :
16+ label : Problem statement
17+ description : A concise description of what you're experiencing and what you would expect
18+ validations :
19+ required : false
20+ - type : textarea
21+ attributes :
22+ label : Steps To Reproduce
23+ description : Steps to reproduce the bug. You may want to attach a reproducer.
24+ placeholder : |
25+ 1. In this environment...
26+ 1. With this config...
27+ 1. Run '...'
28+ 1. See error...
29+ validations :
30+ required : false
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : ' [Feature]:'
5+ type : Feature
6+
7+ ---
8+
9+ ** Is your feature request related to a problem? Please describe.**
10+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
11+
12+ ** Describe the solution you'd like**
13+ A clear and concise description of what you want to happen.
You can’t perform that action at this time.
0 commit comments