Update issue templates
This commit is contained in:
parent
9467189f8f
commit
c90eabbe74
2 changed files with 66 additions and 0 deletions
39
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
39
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Report issues with this plugin
|
||||
title: "[BUG] Short summary of the issue here"
|
||||
labels: triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Provide a numbered list of steps to reproduce the behavior.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what should happen.
|
||||
|
||||
**Version Information:**
|
||||
- Version of this plugin
|
||||
- Minecraft version [e.g. Minecraft 1.20.2]
|
||||
- Server software [Bukkit, Paper, Fabric, Purpur, etc.]
|
||||
|
||||
If applicable, also attach the following information:
|
||||
- Any other installed plugins
|
||||
- Server build [e.g. Paper build #65]
|
||||
- Minecraft client [e.g. vanilla minecraft]
|
||||
|
||||
**Configuration and logs:**
|
||||
If applicable, attach the `config.yml` and `data.yml` files inside the `/plugins/EggHunt/` directory, which is generated when the plugin is first run.
|
||||
|
||||
Also attach any relevant log files.
|
||||
Do not upload zipped log files (ending in `.gz`), first unzip the log file(s) inside with a utility like (7-zip)[https://www.7-zip.org/].
|
||||
|
||||
**Screenshots**
|
||||
If applicable, attach screenshots to help explain the issue.
|
||||
|
||||
**Additional context**
|
||||
Add any other relevant context about the problem here.
|
||||
27
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[Feature Req] Short summary of the request here"
|
||||
labels: enhancement, triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Improving player experience is an important focus of this project. However, please note that due to technical and time restrictions, it may not be possible to implement any given feature requests.
|
||||
|
||||
See [here](https://github.com/HyperSMP/EggHuntPlugin/projects/1) for this project's to-do list.
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe a good solution**
|
||||
A clear and concise description of what should happen instead.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
||||
**Screenshots**
|
||||
Please attach any relevant screenshots.
|
||||
Loading…
Add table
Add a link
Reference in a new issue