Create/.github/ISSUE_TEMPLATE/crash.yml
TropheusJ e227f50470
Redo issue templates (#5669)
* new issue templates

* add MC version to crash

* make MC version required

* update suggestions

* questions link

* simpler language

* remove minecraft version labeler

* change some more words

* recommend joining discord before reporting a bug

* make debug info optional

* typo, say to not upload log contents. remove minecraft version from crash

* Tweak some descriptions

---------

Co-authored-by: PepperCode1 <44146161+PepperCode1@users.noreply.github.com>
2024-08-06 11:39:14 -07:00

28 lines
1.1 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, screenshots, 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.
Do **not** paste the *contents* of the file here, because that will make this issue very hard to read.
"
validations:
required: true
- type: markdown
attributes:
value: "Thank you for taking the time to make a report and help improve Create!"