Merge pull request #4 from Legit4K/master

Create issue templates
This commit is contained in:
BattleDash
2021-08-22 01:09:10 -06:00
committed by GitHub
2 changed files with 43 additions and 0 deletions

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] "
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior.
**Expected behavior**
A clear and concise description of what you expected to happen.
**TerminatorPlus Version**
Use the `/terminatorplus` command in-game to find the version of your plugin.
**Server Version**
Minecraft Server Version, eg: Spigot 1.16.5.
**Additional context**
Add any other context about the problem here.

View File

@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[SUGGESTION] "
labels: ''
assignees: ''
---
**Describe the feature you'd like added**
A clear and concise description of what you want added or changed.
**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.