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 <claude@anthropic.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
A 2026-02-22 10:04:20 -08:00 committed by GitHub
parent fdd721bf09
commit 2303e65022
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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