From 97a2f2dbddb1b8eb1327e1acae6987498a491751 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Thu, 31 Oct 2024 08:30:27 +0000 Subject: [PATCH] A desperate plea to get people to include logs --- .github/ISSUE_TEMPLATE/bug_report.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 4e02c95c3..1e24b2b9b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -6,7 +6,9 @@ body: id: mc-version attributes: label: Minecraft Version - description: What version of Minecraft are you using? + description: | + What version of Minecraft are you using? If your version is not listed, + please try to reproduce on one of the supported versions. options: - 1.20.1 - 1.21.x @@ -27,7 +29,8 @@ body: description: | Description of the bug. Please include the following: - Logs: These will be located in the `logs/` directory of your Minecraft - instance. Please upload them as a gist or directly into this editor. + instance. This is always useful, even if it doesn't include errors, so + please upload this! - Detailed reproduction steps: sometimes I can spot a bug pretty easily, but often it's much more obscure. The more information I have to help reproduce it, the quicker it'll get fixed.