diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7e3849c08..55945c996 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,33 +1,62 @@ --- 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** -A clear and concise description of what the bug is. +### Description +#### Describe the bug + + + -**Steps to reproduce the behavior:** -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +#### Steps to reproduce the behavior + + + -**Expected behavior** -A clear and concise description of what you expected to happen. +#### Screenshots and videos + + -**Screenshots** -If applicable, add screenshots to help explain your problem. +#### Expected behavior + + -**Server Information:** +### Environment -[Please complete the following information:] - - Database being used (YAML, JSON, MySQL, MongoDB, MariaDB): [] - - OS: [e.g. iOS] - - Java Version: [e.g. Java 8] - - BentoBox version: [e.g. 1.7.2.21] - - Addons installed? [Do '/bentobox version' and copy/paste from the console] - - Other plugins? [Do '/plugins' and copy/paste from the console] +#### Server + + + - OS: **________** + - Java version: **________** + - Server software: **________** + - Minecraft server version: **________** -**Additional context** -Add any other context about the problem here. +#### Plugins + + +``` +_______ +``` + +#### BentoBox setup + +##### BentoBox and Addons + + +``` +_______ +``` + +##### Configuration + + + - Database: **________** + +### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 74861eb71..5db14ba82 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request 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. - + ### Additional context