Improved issue templates

This commit is contained in:
Florian CUNY 2019-02-22 11:20:34 +01:00 committed by GitHub
parent 587e400287
commit 3a57f79ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 55 additions and 23 deletions

View File

@ -1,33 +1,62 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Report a bug or a problem you're encountering with BentoBox.
title: ''
labels: 'Priority: Medium, Status: Pending, Type: Bug'
assignees: ''
--- ---
**Description** ### Description
A clear and concise description of what the bug is. #### Describe the bug
<!-- A clear and concise description of the problem you're encountering. -->
<!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. -->
<!-- Please type below this line. -->
**Steps to reproduce the behavior:** #### Steps to reproduce the behavior
1. Go to '...' <!-- Step-by-step instructions for us to reproduce the bug on our side. -->
2. Click on '....' <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. -->
3. Scroll down to '....' <!-- Please type below this line. -->
4. See error
**Expected behavior** #### Screenshots and videos
A clear and concise description of what you expected to happen. <!-- Videos and screenshots are helpful as they can provide better ingormation about your problem. -->
<!-- Please type below this line. -->
**Screenshots** #### Expected behavior
If applicable, add screenshots to help explain your problem. <!-- Clear and concise description of what you actually expected to happen when you encountered this bug. -->
<!-- Please type below this line. -->
**Server Information:** ### Environment
[Please complete the following information:] #### Server
- Database being used (YAML, JSON, MySQL, MongoDB, MariaDB): [] <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. -->
- OS: [e.g. iOS] <!-- Please replace the underscores with your answer. Do not remove the '*' characters. -->
- Java Version: [e.g. Java 8] - OS: **________**
- BentoBox version: [e.g. 1.7.2.21] - Java version: **________**
- Addons installed? [Do '/bentobox version' and copy/paste from the console] - Server software: **________** <!-- Available options: SPIGOT, PAPER, TACO -->
- Other plugins? [Do '/plugins' and copy/paste from the console] - Minecraft server version: **________** <!-- E.g.: 1.13.1, 1.13.2, 1.14... -->
**Additional context** #### Plugins
Add any other context about the problem here. <!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. -->
<!-- Please paste the `/plugins` output inside the code block below (remove the underscores). Do not provide an image. -->
```
_______
```
#### BentoBox setup
##### BentoBox and Addons
<!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. -->
<!-- Please paste the output of `/bentobox version` in the code block below (replace the underscores). Do not provide an image. -->
```
_______
```
##### Configuration
<!-- /!\ Leaving this section blank will result in your ticket being closed without further explanation. -->
<!-- Please replace the underscores with your answer. Do not remove the '*' characters. -->
- Database: **________** <!-- Available options: YAML, JSON, MYSQL, MARIADB, MONGODB -->
### Additional context
<!-- Any additional information you'd like to provide us. -->
<!-- Please type below this line. -->

View File

@ -1,6 +1,9 @@
--- ---
name: Feature request name: Feature request
about: Suggest an idea to improve BentoBox about: Suggest an idea to improve BentoBox
title: ''
labels: 'Type: Enhancement, Status: Pending, Priority: Low'
assignees: ''
--- ---
@ -15,7 +18,7 @@ about: Suggest an idea to improve BentoBox
#### Describe alternatives you've considered. #### Describe alternatives you've considered.
<!-- A clear and concise description of any alternative solutions or features you've considered. --> <!-- A clear and concise description of any alternative solutions or features you've considered. -->
<!-- Please type below this line --> <!-- Please type below this line. -->
### Additional context ### Additional context
<!-- Add any other context or screenshots about the feature request here. --> <!-- Add any other context or screenshots about the feature request here. -->