Skip to content

Commit

Permalink
adding issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Jan 13, 2024
1 parent 5df33f4 commit 4e4ba30
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions .github/ISSUE_TEMPLATE/1.20-issue-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
name: 1.20 Issue Report
description: Report an issue with the 1.20 version of Random Loot
labels: [1.20, Bug, Unreviewed]
body:
- type: markdown
attributes:
value: |
Please note that 1.20 versions of the mod are in alpha, so are subject to change. Before submitting an issue, please search the following links to make sure your issue is not covered:

Please fill in the following template to report your issue.

- type: markdown
attributes:
value: "## Versions"

- type: input
id: minecraft-version
attributes:
label: Minecraft Version
value: 1.20.2
validations:
required: true
- type: input
id: forge-version
attributes:
label: Forge Version
placeholder: "Ex: 48.1.0"
validations:
required: true
validations:
required: true
- type: input
id: mod-version
attributes:
label: "Random Loot Mod Version"
description: "'Latest' is not a valid answer, write an exact version number"
validations:
required: true


- type: markdown
attributes:
value: "## Issue Description"

- type: textarea
id: description
attributes:
label: Describe your issue
validations:
required: true

- type: input
id: crash-report
attributes:
label: Crash Report
description: Paste a link to the crash report, if present
validations:
required: false

- type: textarea
id: other-mods
attributes:
label: Other mods
description: List the smallest set of mods you have used to reproduce this issue. Please do not list a modpack name unless the modpack is public
validations:
required: true


- type: markdown
attributes:
value: "## Confirm the following"

- type: dropdown
id: performance-enhancers
attributes:
label: "Performance Enchancers"
description: "Select all that you were using when you reproduced the issue. Please attempt to reproduce the issue without them."
multiple: true
options:
- 'Optifine'
- 'Performant'
- 'Rubidium/Embeddium'
- 'Other (specify under other mods)'
- 'None of the above'
validations:
required: true

0 comments on commit 4e4ba30

Please sign in to comment.