ExtBackup/.github/ISSUE_TEMPLATE/bug_report.yml
Jinks b103bcba03
Some checks are pending
publish / publish (push) Waiting to run
Somewhat releasable version.
2024-12-07 00:05:57 +01:00

57 lines
1.5 KiB
YAML

name: Bug Report
description: Report an issue with supported versions of ExtBackup
labels: [ bug ]
body:
- type: dropdown
id: mc-version
attributes:
label: Minecraft version
options:
- 1.19.x
- 1.20.x
- 1.21.x
validations:
required: true
- type: input
id: mod-version
attributes:
label: ExtBackup version
placeholder: eg. 1.19.4-1.2.0
validations:
required: true
- type: input
id: forge-version
attributes:
label: (Neo)Forge version
placeholder: eg. 45.0.1
validations:
required: true
- type: input
id: log-file
attributes:
label: The latest.log file
description: |
Please use a paste site such as [gist](https://gist.github.com/) / [pastebin](https://pastebin.com/) / etc.
For more information, see https://git.io/mclogs
validations:
required: true
- type: textarea
id: description
attributes:
label: Issue description
placeholder: A description of the issue.
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
placeholder: |
1. First step
2. Second step
3. etc...
- type: textarea
id: additional-information
attributes:
label: Other information
description: Any other relevant information that is related to this issue, such as modpacks, other mods and their versions.