From 2303e65022043997cfb8d45fa5c4a1a11a335562 Mon Sep 17 00:00:00 2001 From: A <258483684+la14-1@users.noreply.github.com> Date: Sun, 22 Feb 2026 10:04:20 -0800 Subject: [PATCH] fix: allow rich text in bug report issue template (#1710) Remove `render: shell` from the "What happened?" textarea so users can paste screenshots, drag & drop files, and use markdown formatting instead of being forced into a plain-text code block. Co-authored-by: Claude Co-authored-by: Claude Opus 4.6 (1M context) --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 368ada30..d97b081e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,7 +7,6 @@ body: id: what-happened attributes: label: What happened? - placeholder: "Paste the error or describe what went wrong" - render: shell + placeholder: "Paste the error or describe what went wrong. You can drag & drop screenshots here." validations: required: true