name: Feature Request description: Suggest a new feature or improvement title: "[Feature]: " labels: ["enhancement"] body: - type: markdown attributes: value: | 感谢你的功能建议!请详细描述你的想法。 - type: textarea id: problem attributes: label: 问题描述 description: 这个功能解决什么问题? placeholder: 当我想要... 时,目前无法... validations: required: true - type: textarea id: solution attributes: label: 建议方案 description: 你期望的解决方案是什么? placeholder: 我希望能够... validations: required: true - type: textarea id: alternatives attributes: label: 替代方案 description: 你考虑过哪些替代方案? placeholder: 我也考虑过... - type: textarea id: additional attributes: label: 额外信息 description: 其他任何相关信息、截图、参考等