mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
name: My game crashed!
|
|
description: Report an issue that crashes the game.
|
|
labels: [ "type: crash" ]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Context
|
|
description: What were you doing when the game crashed? Add images or videos if they could be useful.
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Crash Report
|
|
description: "
|
|
We need the Crash Report to figure out why the crash happened.
|
|
This file can be found in the \"crash-reports\" folder of your Minecraft folder.
|
|
It will be the newest file there.
|
|
Please upload the file to https://mclo.gs/ and put the link here.
|
|
"
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Minecraft Version
|
|
options:
|
|
# formatted for regex matching
|
|
- "Minecraft Version: 1.18.2"
|
|
- "Minecraft Version: 1.19.2"
|
|
- "Minecraft Version: 1.20.1"
|
|
validations:
|
|
required: true
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: "Thank you for taking the time to report this and help improve Create!"
|