Skip to content

Commit 9a23aa3

Browse files
authored
issue-templ: bug report
1 parent e789f6c commit 9a23aa3

2 files changed

Lines changed: 46 additions & 35 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

0 commit comments

Comments
 (0)