-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from The-Realm-18-Studios/1.19
Added git issue templates
- Loading branch information
Showing
3 changed files
with
80 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,61 @@ | ||
name: Bug Report | ||
labels: | ||
- bug | ||
description: Report an issue with Beyond Earth | ||
body: | ||
- type: dropdown | ||
id: modloader | ||
attributes: | ||
label: Mod loader | ||
options: | ||
- Forge | ||
- Fabric | ||
- Quilt | ||
validations: | ||
required: true | ||
- type: input | ||
id: mc-version | ||
attributes: | ||
label: Minecraft version | ||
placeholder: eg. 1.18.2/1.19 | ||
validations: | ||
required: true | ||
- type: input | ||
id: mod-version | ||
attributes: | ||
label: Beyond Earth version | ||
placeholder: eg. 1.18.2-6.2/1.19-6.3 | ||
validations: | ||
required: true | ||
- type: input | ||
id: modloader-version | ||
attributes: | ||
label: Modloader version | ||
description: | | ||
List the version of the mod loader you are using. | ||
placeholder: "eg. Forge: 40.1.0/Fabric: 0.14.8/Quilt: 0.17.1-Beta.2" | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: "The latest.log file" | ||
description: "Please use a paste site such as [gist](https://gist.github.com/) / [pastebin](https://pastebin.com/) / etc." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Issue description | ||
placeholder: A description of the issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
placeholder: | | ||
1. First step | ||
2. Second step | ||
3. etc... | ||
- type: textarea | ||
attributes: | ||
label: Other information | ||
description: Any other relevant information that is related to this issue, such as other mods and their versions. |
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: Beyond Earth Discord | ||
url: https://discord.gg/sXjvkHQBg4 | ||
about: Join our Discord for support, questions, discussion. |
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,14 @@ | ||
name: Feature Request | ||
labels: | ||
- enhancement | ||
description: Suggest an improvement or a new feature | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the feature | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Any other relevant information, such as the usecase, alternative solutions, etc. |