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.
This commit is contained in:
Dylan T 2019-01-03 16:32:21 +00:00 committed by Dylan K. Taylor
parent 8e1d1993c5
commit 8114551600
2 changed files with 18 additions and 0 deletions

View File

@ -1,6 +1,9 @@
---
name: Bug report
about: Report a bug in PocketMine-MP (not plugins)
title: ''
labels: ''
assignees: ''
---

15
.github/ISSUE_TEMPLATE/crash.md vendored Normal file
View File

@ -0,0 +1,15 @@
---
name: Crash
about: Report a crash in PocketMine-MP (not plugins)
title: Server crashed
labels: ''
assignees: ''
---
<!--- submit crashdump files to https://crash.pmmp.io -->
<!--- or, copy the data between ===BEGIN CRASH DUMP=== and ===END CRASH DUMP and paste it on a site like https://pastebin.com -->
Link to crashdump:
<!--- write additional information about the crash to help us find the problem -->
### Additional comments (optional)