From 1d29f54c02ba4feef4b15eb178c15dc6103d2feb Mon Sep 17 00:00:00 2001 From: Jitse Boonstra Date: Thu, 8 Aug 2019 22:08:55 +0200 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f8380cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**NPCLib usage option** +NPCLib can be used in multiple ways, please provide [the number](https://github.com/JitseB/NPCLib#usage) corresponding to your usage option. + +**NPCLib JAR name** +E.g. npclib-plugin-2.0.1-SNAPSHOT.jar + +**Server version** +E.g. CraftBukkit version git-Spigot-a1f2566-97b0057 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT) (use command `/version`) + +**To Reproduce** +Steps to reproduce the behavior: +- Used code '...' +- Actions in game '....' +- See error '....' + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.