name: Feature Request description: Suggest a new feature or enhancement title: "[Feature]: " labels: ["enhancement"] body: - type: markdown attributes: value: | Thanks for suggesting a feature! Please fill out the form below. - type: textarea id: problem attributes: label: Problem Statement description: Is your feature request related to a problem? Describe it. placeholder: I'm always frustrated when... validations: required: true - type: textarea id: solution attributes: label: Proposed Solution description: Describe the solution you'd like. placeholder: I would like to be able to... validations: required: true - type: textarea id: alternatives attributes: label: Alternatives Considered description: Describe any alternative solutions or features you've considered. - type: dropdown id: interface attributes: label: Affected Interface(s) description: Which interface(s) would this feature affect? multiple: true options: - CLI - Web UI - REST API - Python Library - Core Library - type: dropdown id: priority attributes: label: Priority description: How important is this feature to you? options: - Nice to have - Would improve my workflow - Critical for my use case - type: textarea id: context attributes: label: Additional Context description: Add any other context, mockups, or examples here.