name: Feature Request description: Suggest an improvement or new capability title: "[Feature]: " labels: ["enhancement"] body: - type: textarea id: problem attributes: label: What problem does this solve? description: Describe the use case or limitation you're running into. validations: required: true - type: textarea id: solution attributes: label: Proposed solution description: What would you like winnow to do? New env var, different behaviour, etc. 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: checkboxes id: checklist attributes: label: Checklist options: - label: I checked existing issues and this hasn't been requested before. required: true