From 08cf7e489fe2957cf4b0831a0ab4dbe2f11d32db Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 21 Oct 2018 15:23:06 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 59 ++++++++++++++++++++++++++++ 1 file changed, 59 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 000000000..d3f95d40b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,59 @@ +--- +name: Bug report +about: Report a bug in PocketMine-MP (not plugins) + +--- + +### Issue description + + + + + +- Expected result: What were you expecting to happen? +- Actual result: What actually happened? + +### Steps to reproduce the issue + +1. ... +2. ... + +### OS and versions + +* PocketMine-MP: +* PHP: +* Server OS: +* Game version: PE/Win10 (delete as appropriate) + +### Plugins +- Test on a clean server without plugins: is the issue reproducible without any plugins loaded? + +If the issue is **not** reproducible without plugins: +- Have you asked for help on our forums before creating an issue? +- Can you provide sample, *minimal* reproducing code for the issue? If so, paste it in the bottom section +- Paste your list of plugins here (use the 'plugins' command in PocketMine-MP) + +### Crashdump, backtrace or other files +- Do not paste crashdumps into an issue - please use our Crash Archive at https://crash.pmmp.io for submitting crash reports to not spam the issue tracker. Add links to your reports in the Crash Archive here. +- Please use gist or anything else to add other files and add links here + +* ...