/ .github / ISSUE_TEMPLATE / feature_request.yml
feature_request.yml
 1  name: "✨ 功能请求 (Feature Request)"
 2  description: "为项目提出一个新功能的想法"
 3  labels: ["enhancement"]
 4  body:
 5    - type: textarea
 6      id: problem-description
 7      attributes:
 8        label: "🚀 这个功能解决什么问题? (Is your feature request related to a problem?)"
 9        description: "请描述你遇到的问题或需求"
10        placeholder: "我遇到了一个问题..."
11      validations:
12        required: true
13    - type: textarea
14      id: solution-description
15      attributes:
16        label: "⭐ 你期望的功能是什么样的? (Describe the solution you'd like)"
17        description: "请描述你期望的功能"
18        placeholder: "我希望能够..."
19      validations:
20        required: true
21    - type: textarea
22      id: alternatives
23      attributes:
24        label: "💡 你考虑过其它替代方案吗? (Describe alternatives you've considered)"
25        description: "请描述你考虑过的其他解决方案"
26        placeholder: "我考虑过..."
27      validations:
28        required: false
29    - type: textarea
30      id: additional-context
31      attributes:
32        label: "➕ 补充信息 (Additional Context)"
33        description: "请提供任何其他相关的上下文信息"
34        placeholder: "其他相关信息..."
35      validations:
36        required: false
37    - type: checkboxes
38      id: willing-to-contribute
39      attributes:
40        label: "贡献意愿"
41        description: "是否愿意提交PR"
42        options:
43          - label: "是否愿意提交PR"