spawn/.github/ISSUE_TEMPLATE/cli_feature_request.yml
A ffd9626ae9
simplify issue templates — let the refactor team triage (#1368)
Remove verbose fields (dropdowns, use cases, environment, proposed UX) from
all issue templates. Humans just need to say what they want; the refactor
team handles enrichment and triage.

Co-authored-by: lab <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-16 17:45:18 -08:00

12 lines
350 B
YAML

name: CLI Feature Request
description: Suggest something for the spawn CLI
title: "[CLI]: "
labels: ["cli", "enhancement", "pending-review"]
body:
- type: textarea
id: description
attributes:
label: What would you like?
placeholder: "e.g. Add a --dry-run flag to preview what gets created"
validations:
required: true