Skip to content

Commit

Permalink
Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
MarbleGateKeeper committed Apr 3, 2024
1 parent a015d81 commit 1b2399e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 94 deletions.
53 changes: 1 addition & 52 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body:
label: Minecraft Version
description: The version of Minecraft you were using when the bug occured
options:
- "1.20.1"
- "1.19.4"
- "1.19.3"
- "1.19.2"
Expand All @@ -18,58 +19,6 @@ body:
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 occured. 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: textarea
attributes:
label: Other Mods
description: Please list any other mods that were running when the crash happened.
validations:
required: false
- type: markdown
attributes:
value: "If you are not using latest version of our mod, or not using recommended version of forge, please fill form below."
- type: input
attributes:
label: Mod Version
description: The version of the mod you were using when the incompatibility occurred
placeholder: x.y.z
validations:
required: true
- type: input
attributes:
label: Forge Version
description: The version of Forge you were using when the bug incompatibility occurred
placeholder: x.y.z
validations:
required: false
- type: markdown
attributes:
value: "Thank you for taking the time to make this bug report and help improve this mod!"
43 changes: 1 addition & 42 deletions .github/ISSUE_TEMPLATE/incompatibility_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body:
label: Minecraft Version
description: The version of Minecraft you were using when the incompatibility occurred
options:
- "1.20.1"
- "1.19.4"
- "1.19.3"
- "1.19.2"
Expand All @@ -24,48 +25,6 @@ body:
description: A clear and concise description of what happened. If applicable, add screenshots or videos to help explain your problem.
validations:
required: true
- type: textarea
attributes:
label: Other Mods
description: Please list any other mods that were running when the incompatibility happened.
validations:
required: false
- type: textarea
attributes:
label: Additional Context
description: Add any extra context about the incompatibility here
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: markdown
attributes:
value: "If you are not using latest version of our mod/incompatible mod, or not using recommended version of forge, please fill form below."
- type: input
attributes:
label: Mod Version
description: The version of the mod you were using when the incompatibility occurred
placeholder: x.y.z
validations:
required: true
- type: input
attributes:
label: Incompatible Mod Version
description: The version of incompatible mod you were using when the incompatibility occurred
placeholder: x.y.z
validations:
required: false
- type: input
attributes:
label: Forge Version
description: The version of Forge you were using when the bug incompatibility occurred
placeholder: x.y.z
validations:
required: false
- type: markdown
attributes:
value: "Thank you for taking the time to make this incompatibility report and help improve this mod!"

0 comments on commit 1b2399e

Please sign in to comment.