mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
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>
12 lines
332 B
YAML
12 lines
332 B
YAML
name: Bug Report
|
|
description: Something broken?
|
|
title: "[Bug]: "
|
|
labels: ["bug", "pending-review"]
|
|
body:
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
placeholder: "Paste the error or describe what went wrong. You can drag & drop screenshots here."
|
|
validations:
|
|
required: true
|