diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..5d6825e70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Detailed steps to reproduce the behavior. + +**Screenshots or Videos** +If applicable, add screenshots or videos to help explain your problem. + +**Plugins** +Show the output of `/plugins` here. + +**Version** +Show the full output of `/version` here. ("latest" is not a version!) + +**Is bug present on Paper, Spigot, CraftBukkit, or Vanilla** +Be sure you test the upstream projects for this bug and include if it is present or not here, include `/version` output for each upstream project you tested. + +**Additional context** +Add any other context about the problem here you think will help resolve the problem.