From 62db7727c042cece8a79cfdca57c5c5d860a1ed0 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 21 Oct 2018 15:23:46 +0100 Subject: [PATCH] Remove legacy issue template --- .github/ISSUE_TEMPLATE.md | 53 --------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index b2d513eae..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,53 +0,0 @@ -### 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 - -* ...