name: Feature Request description: Suggest an idea or improvement for AfterTouch title: "[Feature]: " labels: ["enhancement", "triage"] body: - type: markdown attributes: value: | Thanks for the idea! 💡 AfterTouch is a community-built toolkit for keeping Bose SoundTouch speakers alive. For open-ended "would it be possible...?" brainstorming, [Discussions](https://github.com/gesellix/Bose-SoundTouch/discussions) is often a better fit. Use this form when you have a concrete improvement in mind. - type: textarea id: problem attributes: label: What problem would this solve? placeholder: "I can't ... / It's hard to ... / Currently there's no way to ..." validations: required: true - type: textarea id: idea attributes: label: What would you like to see? placeholder: "Describe the feature or improvement you have in mind." validations: required: true - type: dropdown id: area attributes: label: Which part of AfterTouch? multiple: true options: - "soundtouch-service (local cloud)" - "soundtouch-cli" - "soundtouch-player (web UI)" - "soundtouch-backup" - "Go library (pkg/*)" - "Documentation" - "Not sure" validations: required: false - type: textarea id: alternatives attributes: label: Alternatives or workarounds description: Anything you've already tried or considered. Links and references are welcome. placeholder: "See the API Cookbook (https://gesellix.github.io/Bose-SoundTouch/docs/reference/API-COOKBOOK/) ..." validations: required: false - type: checkboxes id: help attributes: label: Can you help? description: Completely optional. Community contributions are very welcome. options: - label: "I can help implement this" - label: "I can help test it" - label: "I can help with documentation" - type: checkboxes id: coc attributes: label: Code of Conduct description: This project follows a [Code of Conduct](https://github.com/gesellix/Bose-SoundTouch/blob/main/CODE_OF_CONDUCT.md). options: - label: "I agree to follow this project's Code of Conduct" required: true