Skip to content

Commit

Permalink
Updated issue templates to use issue forms. (#5439)
Browse files Browse the repository at this point in the history
Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com>
  • Loading branch information
yueh and Technici4n authored Sep 23, 2021
1 parent d5abf14 commit 66bfd14
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 45 deletions.
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

72 changes: 72 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name: Bug report
description: You 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, please do not "[Tag]" it.
- type: textarea
id: description
attributes:
label: Describe the bug
description: |
Please describe as best as possible.
Always use the most recent version from [our releases](https://github.com/AppliedEnergistics/Applied-Energistics-2/releases) (preferably) or [curseforge](https://www.curseforge.com/minecraft/mc-mods/applied-energistics-2), it might already be fixed.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How to reproduce the bug
description: |
Please provide the steps to reproduce it, otherwise we might not be able to fix it.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: |
A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional details
description: |
In case you want to optionally provide further informations, which will not fit anywhere else.
- type: dropdown
id: minecraft
attributes:
label: Which minecraft version are you using?
options:
- 1.17
- 1.16
- 1.15 - UNSUPPORTED
- 1.12 - UNSUPPORTED
- 1.10 - UNSUPPORTED
- 1.7 - UNSUPPORTED
validations:
required: true
- type: dropdown
id: modloader
attributes:
label: On which mod loaders does it happen?
multiple: true
options:
- Forge
- Fabric
validations:
required: true
- type: input
id: crashlog
attributes:
label: Crash log
description: |
Provide a link to a crashlog. E.g. on [Gist](https://gist.github.com/), [pastebin](https://pastebin.com/), or similar.
If it is not a crash report, you can hold F3+C for over 10 seconds to force one. This provides with more details to reproduce it without needing to manually acquire them.
Please do not have it expire after some time. We might have to go back to it in the future to compare it with other bug reports, or simply have to delay it when being pretty minor.
validations:
required: true
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: true
contact_links:
- name: AE2 Discord Server
url: https://discord.gg/GygKjjm
about: Please use our Discord for questions or help. Issues should be used for bug reports, feature requests or similar.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Feature Request
description: A feature request or suggestion to improve Applied Energistics 2
body:
- type: markdown
attributes:
value: |
Provide a summary of the issue in the Title above, please do not "[Tag]" it.
- type: textarea
id: description
attributes:
label: Describe the feature
description: |
Tell us how your idea should work.
validations:
required: true
- type: textarea
id: reason
attributes:
label: Reasons why it should be considered
description: |
This can help us in various degrees, e.g. to determine if it fits our design ideas.
validations:
required: true
- type: textarea
id: Additional
attributes:
label: Additional details
description: |
Use this for further details, e.g. screenshots, links to mods for integrations.
Features will only be considered for the latest/next version, no backports at all.

0 comments on commit 66bfd14

Please sign in to comment.