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 : Report a reproducible bug or regression.
3+ title : ' [BUG] '
4+ body :
5+ - type : markdown
6+ attributes :
7+ value : Thank you for taking the time to report an issue!
8+ - type : input
9+ id : version
10+ attributes :
11+ label : Unity version
12+ placeholder : 2022.3.22f1
13+ validations :
14+ required : true
15+ - type : checkboxes
16+ id : where
17+ attributes :
18+ label : Where does the issue occur?
19+ options :
20+ - label : In Unity Editor
21+ required : false
22+ - label : In Quest builds
23+ required : false
24+ - type : textarea
25+ id : description
26+ attributes :
27+ label : Description
28+ description : A clear and concise description of what the bug is.
29+ validations :
30+ required : true
31+ - type : textarea
32+ id : reproduction
33+ attributes :
34+ label : Steps to reproduce
35+ description : The list of steps that reproduce the issue.
36+ validations :
37+ required : true
38+ - type : textarea
39+ id : logs
40+ attributes :
41+ label : Logs
42+ description : |
43+ For in-editor bugs, paste the logs from the "Console" window in the Unity Editor.
44+ For on-device Quest bugs, paste the output of `adb logcat -s "Unity"`
45+ render : text
46+ validations :
47+ required : true
48+ - type : textarea
49+ id : extra
50+ attributes :
51+ label : Additional info
52+ description : Please provide screenshots, a video, or any other relevant information.
You can’t perform that action at this time.
0 commit comments