From 3d196c76e313799b10194ebfad0ee4f54858af37 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Thu, 15 Jan 2026 00:08:14 +0100 Subject: [PATCH] feat: collapsible logs in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c274feea..529bcf01 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -84,8 +84,15 @@ body: attributes: label: Logs and Stack Traces description: Please paste any relevant logs or stack traces - render: shell - placeholder: Paste logs here + value: | +
+ Logs + + ``` + Paste logs here + ``` + +
- type: textarea id: screenshots