Skip to content

Commit c252d70

Browse files
authored
更新 Issue 模板 (#3847)
1 parent 9d0c8da commit c252d70

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ body:
99
请确认 Issues 列表无重复的项目。
1010
Please make sure that no duplicate issues have already been submitted.
1111
- type: textarea
12-
id: description
12+
id: summary
1313
attributes:
14-
label: 描述 | Description
14+
label: 概述 | Summary
1515
description: |
16-
请详细描述你想加入的新功能
17-
Please describe the new feature in detail.
16+
请介绍你想加入的新功能
17+
Please describe the new feature.
1818
validations:
1919
required: true
2020
- type: textarea
@@ -26,3 +26,10 @@ body:
2626
Please describe why you want to add the feature or enhancement to HMCL.
2727
validations:
2828
required: true
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

Comments
 (0)