Skip to content

Commit

Permalink
Merge pull request #127 from The-Realm-18-Studios/1.19
Browse files Browse the repository at this point in the history
Added git issue templates
  • Loading branch information
MrScautHD authored Jun 16, 2022
2 parents d39c3f1 + 286b3cd commit e59332e
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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.

0 comments on commit e59332e

Please sign in to comment.