From 8114551600dc6c4ed7a14191252bee7409889cdc Mon Sep 17 00:00:00 2001 From: Dylan T Date: Thu, 3 Jan 2019 16:32:21 +0000 Subject: [PATCH] add a Crash issue template valid crashdumps are usually self explanatory and include all required information like OS/version/etc, so there's no need to force reporters to rewrite a bunch of extra information that should already be in the crashdump. --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +++ .github/ISSUE_TEMPLATE/crash.md | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/crash.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 590a70dac..83b9270c8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Report a bug in PocketMine-MP (not plugins) +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/crash.md b/.github/ISSUE_TEMPLATE/crash.md new file mode 100644 index 000000000..7bcf5f4c2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash.md @@ -0,0 +1,15 @@ +--- +name: Crash +about: Report a crash in PocketMine-MP (not plugins) +title: Server crashed +labels: '' +assignees: '' + +--- + + + +Link to crashdump: + + +### Additional comments (optional)