mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-07 08:42:49 +08:00
💚 完善模板
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -4,7 +4,6 @@ title: "[Bug] "
|
||||
labels:
|
||||
- BUG
|
||||
- Question
|
||||
- 待处理
|
||||
assignees:
|
||||
- BTMuli
|
||||
body:
|
||||
|
||||
21
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
21
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@@ -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
|
||||
|
||||
5
.github/ISSUE_TEMPLATE/todo.yml
vendored
5
.github/ISSUE_TEMPLATE/todo.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user