Revise bug report YML
This commit is contained in:
parent
5fa2cb2f46
commit
1f064fe4e2
1 changed files with 26 additions and 1 deletions
27
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
27
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,7 +1,32 @@
|
||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: A bug reporting template
|
|
||||||
title: "Bug Report: CHANGEME"
|
title: "Bug Report: CHANGEME"
|
||||||
labels: bug_report
|
labels: bug_report
|
||||||
assignees: zontreck
|
assignees: zontreck
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: "What I was doing when this happened"
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: "What steps will reproduce the bug?"
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Affected Areas
|
||||||
|
options:
|
||||||
|
- Command System
|
||||||
|
- Blocks
|
||||||
|
- Items
|
||||||
|
- Mobs
|
||||||
|
- Enchantments
|
||||||
|
- Configuration
|
||||||
|
- Recipes
|
||||||
|
- Dimensions
|
||||||
|
- API
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: "What I was expecting to happen"
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: "What actually happened"
|
||||||
---
|
---
|
Reference in a new issue