name: Feature Request description: Suggest a new feature or improvement labels: ["enhancement"] body: - type: textarea id: problem attributes: label: Problem description: What problem does this solve? What's the current pain point? validations: required: true - type: textarea id: solution attributes: label: Proposed solution description: How should it work? Include CLI examples if applicable. placeholder: | ```bash inkos --flag value ``` validations: required: true - type: textarea id: alternatives attributes: label: Alternatives considered description: Any workarounds you've tried, or other approaches you considered. validations: required: false - type: textarea id: context attributes: label: Additional context description: Screenshots, related issues, links, etc. validations: required: false