Upgrade issue templates

This commit is contained in:
Dylan K. Taylor
2024-12-24 16:27:40 +00:00
parent 81e3730b99
commit debf8d18fc
6 changed files with 127 additions and 72 deletions

24
.github/ISSUE_TEMPLATE/crash.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Crash
description: Report a crash in PocketMine-MP (not plugins)
title: Server crashed
body:
- type: markdown
attributes:
value: |
> [!TIP]
> Submit crashdump `.log` files to the [Crash Archive](https://crash.pmmp.io/submit).
> If you can't submit the crashdump to the Crash Archive, paste it on a site like [GitHub Gist](https://gist.github.com) or [Pastebin](https://pastebin.com).
> [!CAUTION]
> DON'T paste the crashdump data directly into an issue.
- type: input
attributes:
label: Link to crashdump
validations:
required: true
- type: textarea
attributes:
label: Additional comments (optional)
description: Any other information that might help us solve the problem