mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00

- Switch to MDG instead of using FG - Implement CI-based mod publishing - Embed commit hash into the built jar - Log commit hash
38 lines
1.4 KiB
YAML
38 lines
1.4 KiB
YAML
name: I found a bug!
|
|
description: "Report some other kind of issue. You should ask in the Discord first to make sure it's actually a bug with Create."
|
|
labels: [ "type: bug" ]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: >
|
|
Please describe the issue with as much detail as possible.
|
|
Explain what happened, and what should have happened instead.
|
|
Add images, screenshots, or videos if they could be useful.
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Game Log
|
|
description: >
|
|
We need the game log for additional information about the bug.
|
|
This file can be found in the \"logs\" folder of your Minecraft folder as \"latest.log\".
|
|
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: textarea
|
|
attributes:
|
|
label: Debug Information
|
|
description: >
|
|
Please run the \"/create debuginfo\" command in-game.
|
|
This will copy useful information to your clipboard that will greatly help with debugging.
|
|
Please paste this information here.
|
|
validations:
|
|
required: true
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: "Thank you for taking the time to make a report and help improve Create!"
|