File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ name : 🐞 Bug report
2+ description : Something is not working as expected.
3+ title : 🐞 YOUR_DESCRIPTION
4+ labels : bug
5+
6+ body :
7+ - type : textarea
8+ attributes :
9+ label : Description
10+ description : >-
11+ A clear and concise description of what the bug is.
12+ validations :
13+ required : true
14+
15+ - type : textarea
16+ attributes :
17+ label : To Reproduce
18+ description : >-
19+ Steps to reproduce the behavior.
20+ placeholder : |
21+ 1. Go to '...'
22+ 2. Click on '....'
23+ 3. Scroll down to '....'
24+ 4. See error
25+ validations :
26+ required : true
27+
28+ - type : textarea
29+ attributes :
30+ label : Expected behavior
31+ description : >-
32+ A clear and concise description of what you expected to happen.
33+ validations :
34+ required : true
35+
36+ - type : textarea
37+ attributes :
38+ label : Version information
39+ description : >-
40+ click on the version number on the welcome screen
41+ value : |
42+ CodeEditTextView: [e.g. 1.0]
43+ macOS: [e.g. 12.3.0]
44+ Xcode: [e.g. 13.3]
45+ validations :
46+ required : true
47+
48+ - type : textarea
49+ attributes :
50+ label : Additional context
51+ description : >-
52+ Add any other context about the problem here.
You can’t perform that action at this time.
0 commit comments