name: Feature Request description: Suggest an improvement to the developer workspace title: "[Feature]: " labels: ["enhancement"] body: - type: markdown attributes: value: | Thanks for the suggestion! Please describe your idea below. - type: dropdown id: area attributes: label: Area options: - Setup scripts (install-deps, install-core) - Core CLI commands - Documentation - IDE configuration - CI/CD workflows - Other validations: required: true - type: textarea id: problem attributes: label: Problem or use case description: What problem does this solve? validations: required: true - type: textarea id: solution attributes: label: Proposed solution description: How would you like it to work? validations: required: true - type: textarea id: alternatives attributes: label: Alternatives considered description: Any other approaches you've thought about?