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