| 1 | name: ✨ 增加功能 | Feature Request |
| 2 | description: 为此项目提出一个新想法或建议 | Suggest a new idea for this project |
| 3 | title: "[Feature]: " |
| 4 | labels: |
| 5 | - enhancement |
| 6 | |
| 7 | body: |
| 8 | - type: textarea |
| 9 | attributes: |
| 10 | label: 需求描述 | Problem Statement |
| 11 | description: | |
| 12 | 请描述您希望解决的问题或需求 |
| 13 | Please describe the problem you want to solve |
| 14 | placeholder: | |
| 15 | 我在使用过程中遇到了... |
| 16 | I encountered... when using this project |
| 17 | validations: |
| 18 | required: true |
| 19 | - type: textarea |
| 20 | attributes: |
| 21 | label: 建议的解决方案 | Proposed Solution |
| 22 | description: | |
| 23 | 请描述您认为可行的解决方案或实现方式 |
| 24 | Please describe your suggested solution or implementation |
| 25 | placeholder: | |
| 26 | 可以考虑添加...功能来解决这个问题 |
| 27 | Consider adding... feature to address this issue |
| 28 | validations: |
| 29 | required: true |