mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-26 11:00:38 +00:00
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:
parent
fdd721bf09
commit
2303e65022
1 changed files with 1 additions and 2 deletions
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue