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
494 B
YAML
20 lines
494 B
YAML
name: Cloud Provider Request
|
|
description: Request a new cloud provider
|
|
title: "[Cloud]: "
|
|
labels: ["cloud-request", "enhancement", "pending-review"]
|
|
body:
|
|
- type: input
|
|
id: cloud-url
|
|
attributes:
|
|
label: Link
|
|
placeholder: https://cloud.provider.com
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: why
|
|
attributes:
|
|
label: Why?
|
|
placeholder: "What makes this provider a good fit? (pricing, speed, etc.)"
|
|
validations:
|
|
required: false
|