mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 20:09:34 +00:00
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>
This commit is contained in:
parent
b8ae1d6a68
commit
ffd9626ae9
4 changed files with 18 additions and 199 deletions
60
.github/ISSUE_TEMPLATE/cloud_request.yml
vendored
60
.github/ISSUE_TEMPLATE/cloud_request.yml
vendored
|
|
@ -1,70 +1,20 @@
|
|||
name: Cloud Provider Request
|
||||
description: Request support for a new cloud provider
|
||||
description: Request a new cloud provider
|
||||
title: "[Cloud]: "
|
||||
labels: ["cloud-request", "enhancement", "pending-review"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for suggesting a new cloud provider! Put the provider name in the issue title above.
|
||||
|
||||
- type: input
|
||||
id: cloud-url
|
||||
attributes:
|
||||
label: Website URL
|
||||
description: Link to the provider's homepage
|
||||
label: Link
|
||||
placeholder: https://cloud.provider.com
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: cloud-type
|
||||
attributes:
|
||||
label: Provider Type
|
||||
description: What kind of compute does it offer?
|
||||
options:
|
||||
- VPS / Cloud Servers (SSH access)
|
||||
- Container / Sandbox Platform
|
||||
- GPU Cloud
|
||||
- Serverless / Functions
|
||||
- Other (describe below)
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: api-type
|
||||
attributes:
|
||||
label: API / CLI Access
|
||||
description: How do you provision and manage instances?
|
||||
options:
|
||||
- REST API
|
||||
- CLI tool
|
||||
- Both REST API and CLI
|
||||
- SDK only (Python, Node, etc.)
|
||||
- Web console only (no API)
|
||||
validations:
|
||||
required: true
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: why
|
||||
attributes:
|
||||
label: Why This Provider?
|
||||
description: What makes this provider a good fit for spawn? (pricing, speed, regions, unique features)
|
||||
placeholder: |
|
||||
- Fast provisioning (~30s)
|
||||
- Cheap instances starting at $5/mo
|
||||
- Good API docs
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: Any other details (API docs link, auth method, regions, billing model, limitations)
|
||||
placeholder: |
|
||||
- API docs: https://docs.provider.com/api
|
||||
- Per-hour billing, API key auth
|
||||
- Available in US and EU regions
|
||||
label: Why?
|
||||
placeholder: "What makes this provider a good fit? (pricing, speed, etc.)"
|
||||
validations:
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue