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>
20 lines
457 B
YAML
20 lines
457 B
YAML
name: Agent Request
|
|
description: Request a new AI agent
|
|
title: "[Agent]: "
|
|
labels: ["agent-request", "enhancement", "pending-review"]
|
|
body:
|
|
- type: input
|
|
id: agent-url
|
|
attributes:
|
|
label: Link
|
|
placeholder: https://github.com/org/agent
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: why
|
|
attributes:
|
|
label: Why?
|
|
placeholder: "What makes this agent worth adding?"
|
|
validations:
|
|
required: false
|