From d5bd2b4b85c5ddb58ba1ee66c53455b090152af8 Mon Sep 17 00:00:00 2001 From: Joe H <97353363+JHDev2006@users.noreply.github.com> Date: Thu, 19 Feb 2026 09:35:26 +0000 Subject: [PATCH] added crash log field --- .github/ISSUE_TEMPLATE/01-bug-report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index 9be3ed3..dee12e0 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -50,3 +50,10 @@ body: attributes: label: "Screenshots" description: "If applicable, add screenshots to help explain the bug." + + - type: textarea + id: crashlog + attributes: + label: "Crash Log" + description: "If it's a crash, please can you copy paste a crash log containing the crash, these can be found in the same directory as resource packs, custom levels, saves, etc\n```%AppData%/Roaming/SMB1R/logs/godot.log``` / ```local/share/SMB1R/logs/godot.log```." + render: shell