-
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
3 changed files
with
125 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,94 @@ | ||
name: Bug Report | ||
description: Create a bug report to help me improve Create Unlimited | ||
title: "[Bug] " | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the Bug | ||
description: A clear and concise description of what the bug is | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Reproduction Steps | ||
description: Tell us about the steps to reproduce the bug. | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Result | ||
description: A clear and concise description of what you expected to happen | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots and Videos | ||
description: If applicable, add screenshots or videos to help explain your problem. | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Crash Report or Log | ||
description: If applicable, please add a **link** to the crash report or log that was created when this issue occurred. You can upload the crash report to a site like Pastebin or GitHub Gist. Please **do not** paste the whole crash report in this issue. | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Operating System | ||
description: The operating system you were using when the bug occurred | ||
placeholder: Windows 11 | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Mod Build | ||
description: The build number of the mod you were using when the bug occurred. This is usually the last numbers of the mod version (eg 0.0.1.**69**) | ||
placeholder: "28" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Minecraft Version | ||
description: The version of Minecraft you were using when the bug occurred | ||
options: | ||
- "1.19.2" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: Modloader | ||
description: The mod loader you are playing Minecraft with | ||
options: | ||
- Fabric | ||
- Forge | ||
- Quilt | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Modloader Version | ||
description: The version of your selected modloader you were using when the bug occured | ||
placeholder: 0.14.21 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Other Mods | ||
description: Please list any other mods that were running when the crash happened. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: Add any extra context about the bug here | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: "Thank you for taking the time to make this bug report 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Discord | ||
url: https://discord.gg/2ubhDbMaZY | ||
about: Our Discord Server |
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,26 @@ | ||
name: Suggestion | ||
description: Suggest something that would improve Create Unlimited | ||
title: "[Suggestion] " | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the Suggestion | ||
description: What should I add or change to make Create Unlimited better? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots and Videos | ||
description: If applicable, add screenshots or videos to help explain your suggestion. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional Context | ||
description: Add any extra context about the suggestion here. | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: "Thank you for taking the time to make this suggestion and help improve Create Unlimited!" |