Add issue templates

This commit is contained in:
raoulvdberge
2021-12-12 21:43:36 +01:00
parent bc95760700
commit 5c11d3af37
5 changed files with 86 additions and 24 deletions

View File

@@ -1,23 +0,0 @@
#### Issue description:
#### What happens:
#### What you expected to happen:
#### Steps to reproduce:
1.
2.
3.
...
#### Version (make sure you are on the latest version before reporting):
- Minecraft:
- Forge:
- Refined Storage:
Does this issue occur on a server? [yes/no]
#### If a (crash)log is relevant for this issue, link it here:
[pastebin/gist/etc link here]

57
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -0,0 +1,57 @@
name: Bug report
description: Found a bug or encountered a crash? Please report it here.
labels: [ bug ]
body:
- type: markdown
attributes:
value: |
Provide a summary of the issue in the title above.
- type: textarea
id: description
attributes:
label: Describe the bug
description: |
Be as detailed as possible.
If applicable, also tell us what you expected to happen instead.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How can we reproduce this bug or crash?
description: |
Provide us with steps on how to reproduce this issue.
Try to reproduce the issue with only Refined Storage installed, if possible.
placeholder: |
1.
2.
3.
validations:
required: true
- type: dropdown
id: minecraft
attributes:
label: What Minecraft version is this happening on?
options:
- Minecraft 1.18.1
- Minecraft 1.16.5
- type: input
id: forge
attributes:
label: What Forge version is this happening on?
validations:
required: true
- type: input
id: rs
attributes:
label: What Refined Storage version is this happening on?
description: |
Ensure that you are running on the latest Refined Storage version.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Discord Community Support
url: https://discordapp.com/invite/VYzsydb
about: Please ask and answer questions here. Issues should be used for bugs and feature requests.

23
.github/ISSUE_TEMPLATE/enhancement.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: Enhancement
description: Do you have a suggestion for a new feature or a way to improve Refined Storage? Let us know.
labels: [ enhancement ]
body:
- type: markdown
attributes:
value: |
Provide a summary of the enhancement in the title above.
Please follow following guidelines before proposing an enchancement:
1) Ensure that you are running on the latest Refined Storage version (to ensure that the enhancement does not exist yet).
2) Ensure that your enhancement hasn't already been posted. Please look in the closed issues as well (for enhancements that have been denied).
We might close your issue, without explanation, if you do not follow these guidelines.
- type: textarea
id: describe
attributes:
label: Describe your enhancement
description: |
Be as detailed as possible.
Tell us how your idea should work. Why should we consider this?
validations:
required: true

View File

@@ -9,7 +9,7 @@ jobs:
- uses: dessant/support-requests@v2
with:
github-token: ${{ github.token }}
support-label: 'Unsupported'
support-label: 'unsupported'
issue-comment: >
:wave: @{issue-author}, we no longer support this version of Minecraft.
Please see https://refinedmods.com/refined-storage/wiki/minecraft-version-support.html