mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
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>
12 lines
350 B
YAML
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
|