We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0c8da commit c252d70Copy full SHA for c252d70
1 file changed
.github/ISSUE_TEMPLATE/feature.yml
@@ -9,12 +9,12 @@ body:
9
请确认 Issues 列表无重复的项目。
10
Please make sure that no duplicate issues have already been submitted.
11
- type: textarea
12
- id: description
+ id: summary
13
attributes:
14
- label: 描述 | Description
+ label: 概述 | Summary
15
description: |
16
- 请详细描述你想加入的新功能。
17
- Please describe the new feature in detail.
+ 请介绍你想加入的新功能。
+ Please describe the new feature.
18
validations:
19
required: true
20
@@ -26,3 +26,10 @@ body:
26
Please describe why you want to add the feature or enhancement to HMCL.
27
28
29
+- type: textarea
30
+ id: description
31
+ attributes:
32
+ label: 详情 | Description
33
+ description: |
34
+ 在这里可以补充描述该功能的具体实现方式或建议。(可选)
35
+ Describe implementation details or suggestions here. (Optional)
0 commit comments