File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : " Bug report"
2+ description : Make Hexcessible more accessible!
3+ labels : ['bug']
4+ body :
5+ - type : textarea
6+ id : bug-description
7+ attributes :
8+ label : Describe the bug
9+ description : A clear and concise description of what the bug is.
10+ placeholder : Bug description
11+ validations :
12+ required : true
13+ - type : checkboxes
14+ attributes :
15+ label : Would you like to work on this issue?
16+ description : If you would like to PR a fix for this issue, please indicate that here.
17+ options :
18+ - label : I would like to work on this issue.
19+ required : false
20+ - type : textarea
21+ id : reproduction
22+ attributes :
23+ label : Reproduction
24+ description : Please provide a video or textual reproduction steps to reproduce the bug, as well as a log, if the game crashes.
25+ placeholder : Reproduction
26+ validations :
27+ required : true
28+ - type : textarea
29+ id : system-info
30+ attributes :
31+ label : System Info
32+ description : Please provide Minecraft, Hex Casting, and Hexcessible versions.
33+ render : shell
34+ placeholder : " Minecraft: 1.20.1\n ..."
35+ validations :
36+ required : true
37+ - type : dropdown
38+ id : severity
39+ attributes :
40+ label : Severity
41+ description : Select the severity of this issue
42+ options :
43+ - annoyance
44+ - breaking the game
45+ validations :
46+ required : true
You can’t perform that action at this time.
0 commit comments