添加 CNB Issue 模板 (#5009)

This commit is contained in:
Glavo
2025-12-19 21:39:00 +08:00
committed by GitHub
parent c4d4c6fcf3
commit a3ab2b52b6
3 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
name: 新功能
description: 为 HMCL 提出新功能。
title: "[Feature] "
labels: enhancement
body:
- type: markdown
attributes:
value: |
请确认 Issues 列表无重复的项目。
- type: textarea
id: summary
attributes:
label: 概述
description: |
请介绍你想加入的新功能。
validations:
required: true
- type: textarea
id: reason
attributes:
label: 原因
description: |
请描述该功能带来的好处及原因。
validations:
required: true
- type: textarea
id: description
attributes:
label: 详情
description: |
在这里可以补充描述该功能的具体实现方式或建议。(可选)