mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-05-05 09:46:30 +00:00
Adds structured YAML-based issue templates to improve issue quality. Bug reports require version, install method, OS, repro steps, and expected/actual behavior. Feature requests require use case and proposed solution. Blank issues are still allowed for edge cases.
70 lines
1.8 KiB
YAML
70 lines
1.8 KiB
YAML
name: Feature Request
|
|
description: Suggest a new feature or improvement for OmniRoute
|
|
title: "[Feature] "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for suggesting a feature! Please describe the problem you're trying to solve and how you'd like it to work.
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem / Use Case
|
|
description: "What problem does this feature solve? Why do you need it?"
|
|
placeholder: "I'm trying to ... but currently ..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: "How would you like this to work?"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: "Have you considered any workarounds or alternative approaches?"
|
|
validations:
|
|
required: false
|
|
|
|
- type: dropdown
|
|
id: area
|
|
attributes:
|
|
label: Area
|
|
description: "Which part of OmniRoute does this relate to?"
|
|
multiple: true
|
|
options:
|
|
- Dashboard / UI
|
|
- Proxy / Routing
|
|
- Provider Support
|
|
- CLI Tools Integration
|
|
- OAuth / Authentication
|
|
- Analytics / Usage Tracking
|
|
- Docker / Deployment
|
|
- Documentation
|
|
- Other
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: provider
|
|
attributes:
|
|
label: Related Provider(s)
|
|
description: "If this relates to specific providers, list them."
|
|
placeholder: "e.g. Antigravity, OpenRouter, Ollama"
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: "Any other context, mockups, or references."
|
|
validations:
|
|
required: false
|