-
Notifications
You must be signed in to change notification settings - Fork 11
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
3 changed files
with
113 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: [ Bug ] | ||
body: | ||
- type: dropdown | ||
id: mc-version | ||
attributes: | ||
label: Minecraft Version | ||
description: What version of Minecraft are you using? | ||
options: | ||
- 1.16 | ||
- 1.17 | ||
- 1.18 | ||
validations: | ||
required: true | ||
- type: input | ||
id: mod-version | ||
attributes: | ||
label: Mod Version | ||
description: Please Enter The Mod Version | ||
placeholder: 1.0.0-1.16.5-36.2.8 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: compressium | ||
attributes: | ||
label: Is Compressium Loaded | ||
description: Is Copmpressium Loaded Along With AllTheCompressed | ||
options: | ||
- Loaded | ||
- Not Loaded | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What happened? | ||
description: Please give a thorough explanation of what happened. Attach/Link relevant images/files in relation to the issue! | ||
placeholder: Tell us what you see! | ||
validations: | ||
required: true | ||
- type: input | ||
id: logs | ||
attributes: | ||
label: latest.log | ||
description: Please upload your 'latest.log' file to https://gist.github.com/ and leave the link here. | ||
placeholder: https://gist.github.com/ | ||
validations: | ||
required: true |
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,50 @@ | ||
name: Crash Report | ||
description: File a crash report | ||
title: "[Crash]: " | ||
labels: [ Crash ] | ||
body: | ||
- type: dropdown | ||
id: mc-version | ||
attributes: | ||
label: Minecraft Version | ||
description: What version of Minecraft are you using? | ||
options: | ||
- 1.16 | ||
- 1.17 | ||
- 1.18 | ||
validations: | ||
required: true | ||
- type: input | ||
id: mod-version | ||
attributes: | ||
label: Mod Version | ||
description: Please Enter The Mod Version | ||
placeholder: 1.0.0-1.16.5-36.2.8 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: compressium | ||
attributes: | ||
label: Is Compressium Loaded | ||
description: Is Copmpressium Loaded Along With AllTheCompressed | ||
options: | ||
- Loaded | ||
- Not Loaded | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What happened? | ||
description: Please give a thorough explanation of what happened. Attach/Link relevant images/files in relation to the issue! | ||
placeholder: Tell us what you see! | ||
validations: | ||
required: true | ||
- type: input | ||
id: logs | ||
attributes: | ||
label: Crash Log | ||
description: Please upload your crash log to https://gist.github.com/ and leave the link here. | ||
placeholder: https://gist.github.com/ | ||
validations: | ||
required: true |
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,13 @@ | ||
name: Feature Request | ||
description: Request a feature to be added | ||
title: "[Feature]: " | ||
labels: [ Feature ] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Feature Details | ||
description: Please give a thorough explanation of the feature you'd like to see in the mod! | ||
placeholder: I would like to see... | ||
validations: | ||
required: true |