From 0641de2d4f4a2802980140e4980c1d7eaf141a66 Mon Sep 17 00:00:00 2001 From: MiniDigger | Martin Date: Mon, 22 Mar 2021 16:16:57 +0100 Subject: [PATCH] [CI-SKIP] Change some fields to textara (#5405) --- .github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml b/.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml index 9f2c7a2c2d..348e429d5b 100644 --- a/.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml +++ b/.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml @@ -8,7 +8,7 @@ body: Forks of Paper receive no support here. If you are using a fork, please make sure that this crash also happens when using Paper. Please do not make reports when the report says "DO NOT REPORT THIS TO PAPER". These are simply messages informing you of lag, to find what is causing it. Ask for tips on Discord or IRC instead. - - type: input + - type: textarea attributes: label: Stack trace description: | @@ -27,7 +27,7 @@ body: description: All plugins running on the server. validations: required: true - - type: input + - type: textarea attributes: label: Actions to reproduce (if known) description: This may include a build schematic, a video, or detailed instructions to help reconstruct the issue. Anything helps!