mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-10 08:58:15 +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:
|
labels:
|
||||||
- BUG
|
- BUG
|
||||||
- Question
|
- Question
|
||||||
- 待处理
|
|
||||||
assignees:
|
assignees:
|
||||||
- BTMuli
|
- BTMuli
|
||||||
body:
|
body:
|
||||||
|
|||||||
21
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
21
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@@ -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
|
||||||
|
|||||||
5
.github/ISSUE_TEMPLATE/todo.yml
vendored
5
.github/ISSUE_TEMPLATE/todo.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user