spawn/.github/ISSUE_TEMPLATE/cloud_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

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