From d6b596a8ac642c68ea436a3203e1b018ffb64548 Mon Sep 17 00:00:00 2001 From: Dylan T Date: Mon, 7 Jan 2019 00:59:16 +0000 Subject: [PATCH] moar issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 47 ++++--------------- .github/ISSUE_TEMPLATE/help---support.md | 2 +- .../security-dos-vulnerability.md | 12 +++++ 3 files changed, 23 insertions(+), 38 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/security-dos-vulnerability.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 83b9270c8..99a016aef 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Report a bug in PocketMine-MP (not plugins) +about: Unexpected non-crash behaviour (except missing gameplay features) title: '' labels: '' assignees: '' @@ -8,56 +8,29 @@ assignees: '' --- ### 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: + +* 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) +- If you remove all plugins, does the issue still occur? +- 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 ### 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 - -* ... + + diff --git a/.github/ISSUE_TEMPLATE/help---support.md b/.github/ISSUE_TEMPLATE/help---support.md index 7c370b2d3..a724460a6 100644 --- a/.github/ISSUE_TEMPLATE/help---support.md +++ b/.github/ISSUE_TEMPLATE/help---support.md @@ -1,6 +1,6 @@ --- name: Help & support -about: Help & support +about: We don't accept support requests here. Try the links on the README. title: '' labels: Support request assignees: '' diff --git a/.github/ISSUE_TEMPLATE/security-dos-vulnerability.md b/.github/ISSUE_TEMPLATE/security-dos-vulnerability.md new file mode 100644 index 000000000..c39833685 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/security-dos-vulnerability.md @@ -0,0 +1,12 @@ +--- +name: Security/DoS vulnerability +about: 'Bug or exploit that can be used to attack servers (hint: don''t report it + on a public issue tracker)' +title: '' +labels: 'Auto: Spam' +assignees: '' + +--- + +Please DO NOT report security vulnerabilities here. +Instead, send an email to team@pmmp.io or contact a developer directly, IN PRIVATE.