💚 完善模板

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: labels:
- BUG - BUG
- Question - Question
- 待处理
assignees: assignees:
- BTMuli - BTMuli
body: body:

View File

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

View File

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