-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
44 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Discord | ||
url: https://discord.gg/2ubhDbMaZY | ||
about: Our Discord Server | ||
- name: Talk to us on Discord | ||
url: https://discord.gg/GeGm3DRDWY | ||
about: Ask questions and get help from the community. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: My game crashed! | ||
description: Report an issue that crashes the game. | ||
title: "[Crash] " | ||
labels: ["bug"] | ||
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: | ||
- "1.19.2" | ||
- "1.20.1" | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: "Thank you for taking the time to report this and help improve Create Unlimited!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters