2024-08-06 14:39:14 -04:00
|
|
|
name: My game crashed!
|
|
|
|
description: Report an issue that crashes the game.
|
|
|
|
labels: [ "type: crash" ]
|
|
|
|
body:
|
2025-01-10 10:39:48 -05:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Context
|
|
|
|
description: What were you doing when the game crashed? Add images, screenshots, or videos if they could be useful.
|
|
|
|
validations:
|
|
|
|
required: true
|
2024-08-06 14:39:14 -04:00
|
|
|
|
2025-01-10 10:39:48 -05:00
|
|
|
- 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.
|
|
|
|
Do **not** paste the *contents* of the file here, because that will make this issue very hard to read.
|
|
|
|
validations:
|
|
|
|
required: true
|
2024-08-06 14:39:14 -04:00
|
|
|
|
2025-01-10 10:39:48 -05:00
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: "Thank you for taking the time to make a report and help improve Create!"
|