add issue templates
This commit is contained in:
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report problems/issues here
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected/is supposed to happen.
|
||||
|
||||
**Software Information**
|
||||
- Paper/Spigot/Bukkit (with build/release number)
|
||||
- Minecraft version
|
||||
- Link to server log (upload at https://mclo.gs/)
|
||||
- Link to configuration log **(REMOVE YOUR API KEY!)** (upload at https://pastebin.com/)
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Make suggestions here
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the Suggestion**
|
||||
Let me know what you would like me to add, remove, or change
|
||||
|
||||
**Related Issues**
|
||||
Mention any issues or problems (either on GitHub or not) that this suggestion is related too
|
Reference in New Issue
Block a user