mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2024-11-21 12:07:39 +01:00
Add issue templates for bugs & feature requests. (#312)
* Add issue templates * Update issue templates * Update bug_report.md Removed bug label as I feel that should be something bloodshot adds if it's determined to be a valid bug. Cleaned up the formatting and hide comments from coming through on issue submission using inline HTML comment tags. * Update feature_request.md Cleaned up formatting and hide comments using inline HTML commenting Co-authored-by: kencinder <3614897+kencinder@users.noreply.github.com>
This commit is contained in:
parent
bd8d13d0b7
commit
80a8abf98e
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a bug report
|
||||
title: "[BUG]"
|
||||
labels:
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
<!-- Before creating a bug report, make sure you are using the latest or recommended version of your server platform, latest Griefdefender(https://www.spigotmc.org/resources/griefdefender.68900/) and latest Luckperms(https://luckperms.net/). -->
|
||||
|
||||
<!-- Nobody wants to try and figure out an issue on an old version where something may have already been fixed, and as such outdated versions are unsupported. -->
|
||||
|
||||
|
||||
- **Versions**
|
||||
Spigot/Paper/Sponge:
|
||||
GriefDefender:
|
||||
LuckPerms:
|
||||
|
||||
|
||||
- **Describe the bug**
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
|
||||
- **Steps to reproduce the behavior**
|
||||
<!-- A clear and concise set of steps to reproduce the behaviour -->
|
||||
|
||||
|
||||
- **Expected behavior**
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
|
||||
- **GDDEBUG**
|
||||
<!-- If applicable, such as issues with flags or permissions, provide the link to a gddebug here -->
|
||||
|
||||
|
||||
- **Screenshots**
|
||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an improvement or added feature
|
||||
title: "[REQUEST]"
|
||||
labels:
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
<!-- Before creating a feature request, make sure you are using the latest Griefdefender(https://www.spigotmc.org/resources/griefdefender.68900/) and that it isn't already implemented. -->
|
||||
|
||||
- **Feature information**
|
||||
<!-- A clear and concise description of what the improvement or feature entails -->
|
||||
|
||||
|
||||
- **Other plugins or mods related to the request**
|
||||
<!-- Links to any other plugins or mods that relate to the feature request. If it has an API, link to that as well. -->
|
||||
|
||||
|
||||
- **Additional context**
|
||||
<!-- Add any other context or screenshots that help depict what the feature would be like here -->
|
Loading…
Reference in New Issue
Block a user