spawn/.github/ISSUE_TEMPLATE/bug_report.yml
A 2303e65022
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>
2026-02-22 10:04:20 -08:00

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