💚 完善模板

This commit is contained in:
BTMuli
2023-10-26 19:32:01 +08:00
parent 8ab7735cad
commit 803705218b
3 changed files with 12 additions and 15 deletions

View File

@@ -4,7 +4,6 @@ title: "[Bug] "
labels:
- BUG
- Question
- 待处理
assignees:
- BTMuli
body:

View File

@@ -3,7 +3,6 @@ description: 提交新功能请求
title: "[Feat] "
labels:
- 新特性
- 待处理
assignees:
- BTMuli
body:
@@ -17,24 +16,24 @@ body:
- type: checkboxes
attributes:
label: Issue重复性检查
description: 我确认没有查找过相关的 Issue
description: 我确认查找过相关的 Issue
options:
- label: 我确认没有查找过相关的 Issue
required: false
- label: 我确认查找过相关的 Issue
required: true
- type: checkboxes
attributes:
label: 功能必要性检查
description: 我确认这个功能是无用且不必要
description: 我确认这个功能是完善用户体验
options:
- label: 我确认这个功能是无用且不必要
required: false
- label: 我确认这个功能是完善用户体验
required: true
- type: checkboxes
attributes:
label: 提问的艺术
description: 没有阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions)
description: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions)
options:
- label: 没有阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions)
required: false
- label: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions)
required: true
- type: textarea
id: description
attributes:
@@ -48,7 +47,7 @@ body:
attributes:
label: 当前使用版本
description: 请填写当前使用版本
placeholder: Alpha v0.2.0
placeholder: Beta v0.3.4
validations:
required: true
- type: textarea

View File

@@ -2,7 +2,6 @@ name: 开发目标(开发人员)
description: 用于开发人员 Issue 的模板
title: "[TODO] "
labels:
- 计划中
- 新特性
assignees:
- BTMuli
@@ -28,7 +27,7 @@ body:
attributes:
label: 预期版本
description: 请填写预期版本
placeholder: Alpha v0.2.0
placeholder: Beta v0.3.x
validations:
required: true
- type: input
@@ -36,7 +35,7 @@ body:
attributes:
label: 当前提交
description: 请填写当前提交
placeholder: 0.2.0
placeholder: Beta v0.3.4
validations:
required: true
- type: textarea