更新 Issue 模板 (#3847)

This commit is contained in:
Glavo 2025-04-22 23:59:24 +08:00 committed by GitHub
parent 9d0c8da310
commit c252d7027e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,12 +9,12 @@ body:
请确认 Issues 列表无重复的项目。
Please make sure that no duplicate issues have already been submitted.
- type: textarea
id: description
id: summary
attributes:
label: 描述 | Description
label: 概述 | Summary
description: |
详细描述你想加入的新功能。
Please describe the new feature in detail.
介绍你想加入的新功能。
Please describe the new feature.
validations:
required: true
- type: textarea
@ -26,3 +26,10 @@ body:
Please describe why you want to add the feature or enhancement to HMCL.
validations:
required: true
- type: textarea
id: description
attributes:
label: 详情 | Description
description: |
在这里可以补充描述该功能的具体实现方式或建议。(可选)
Describe implementation details or suggestions here. (Optional)