Add issue templates

This commit is contained in:
GeorgH93 2019-06-03 02:11:50 +02:00
parent ba52922d3e
commit 813fc9683c
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
3 changed files with 99 additions and 0 deletions

58
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View File

@ -0,0 +1,58 @@
---
labels: bug
name: Report a bug
about: Report a bug with Minepacks
---
<!-- bug reporting guide
Don't put anything inside this block, as it won't be included in the issue.
Please make sure to follow the following guidelines:
1. When linking files, do not copy paste them into the post! Copy and paste any logs into https://gist.github.com/ , then paste a link to them in the relevant area.
2. If you are reporting a performance issue, please include a link to a timings and/or profiler report.
3. Check whether it has already been reported. You can search the issue tracker to see if the bug has already been reported at https://github.com/GeorgH93/Minepacks/issues?q=is%3Aissue+is%3Aopen+label%3Abug
4. Make sure not to write between the arrows, as anything there will be hidden. -->
### Information
**Environment information**
*Plugin + server version info*:
<!-- Please provide the full output of the "/backpack version" command. Please do not just put "latest" as a version. -->
```
<!-- Replace this with the output of "/backpack version". You can run the command in your console or as op ingame. -->
```
*Online mode*: <!-- Replace this with "yes" if your server is running in online mode, with "no" if your server is running in offline mode (if you are using BungeeCord please use your BungeeCord online mode!) -->
*BungeeCord*: <!-- Replace this with "yes" you use BungeeCord, with "no" if not -->
**Server/crash log**
<!-- If you see an error message in the console/log please provide it. Please provide at least 10 lines befor and after the error! If you like to share the full log file please use https://gist.github.com/
The log can contain user related information like ip, name or uuid, so please replace them if they are not necessary. -->
```
<!-- Replace this with your crash log / link to your log file -->
```
**Plugin config (optional)**
<!-- Some problems are depending on the used configuration. To enable us to help you faster you can provide us with some details about your config or the full config.yml file (please use https://gist.github.com/ to upload your config.yml, make sure to remove confidential informations like database passwords!) -->
```
<!-- Replace this with details about your config -->
```
### Details
**Description**
<!-- Replace this with a brief summary of the bug. -->
**Steps to reproduce**
<!-- Replace this with what exactly you did to cause the bug. -->
**Expected behavior**
<!-- Replace this with what you expect to happen. -->
**Other information** (e.g. detailed explanation, related issues, suggestions how to fix, links for us to have context, screenshots, etc.)
<!-- Replace this with any additional information, if necessary. -->

21
.github/ISSUE_TEMPLATE/feature.md vendored Normal file
View File

@ -0,0 +1,21 @@
---
labels: enhancement
name: Request a feature
about: Request a feature you want to see in Minepacks.
---
<!-- feature request guide
Don't put anything inside this block, as it won't be included in the issue.
Please make sure to follow the following guidelines:
1. When linking files, do not copy paste them into the post! Copy and paste any logs into https://gist.github.com/ , then paste a link to them in the relevant area.
2. Keep it simple. Make sure it's easy to understand what you're requesting. Keep it to one request per GitHub issue.
3. Check whether it has already been asked or added. You can search the issue tracker to see if the your feature has already been requested at https://github.com/GeorgH93/Minepacks/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Aenhancement
4. Make sure not to write between the arrows, as anything there will be hidden. -->
### Feature request
**Feature description**
<!-- What feature are you suggesting? -->
**How the feature is useful**
<!-- How is the feature useful to players, server owners and/or developers? -->

20
.github/ISSUE_TEMPLATE/help.md vendored Normal file
View File

@ -0,0 +1,20 @@
---
labels: question
name: Request help
about: Request help with Minepacks.
---
<!-- help request guide
Don't put anything inside this block, as it won't be included in the issue.
Please make sure to follow the following guidelines:
1. When linking files, do not copy paste them into the post! Copy and paste any logs into https://gist.github.com/ , then paste a link to them in the relevant area.
2. Please make sure it's easy to understand what you need help with.
3. Make sure not to write between the arrows, as anything there will be hidden. -->
### Help request
**Problem**
<!-- What problem did you encounter? -->
**What I have tried**
<!-- What have you tried so far? -->