mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-10 08:58:15 +08:00
👷 更新 template
This commit is contained in:
21
.github/ISSUE_TEMPLATE/bug.yml
vendored
21
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -4,8 +4,6 @@ title: "[Bug] "
|
|||||||
labels:
|
labels:
|
||||||
- BUG
|
- BUG
|
||||||
- Question
|
- Question
|
||||||
assignees:
|
|
||||||
- BTMuli
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
@@ -16,25 +14,14 @@ body:
|
|||||||
- 复现流程
|
- 复现流程
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Issue重复性检查
|
label: Issue Check
|
||||||
description: 我确认查找过相关的 Issue
|
|
||||||
options:
|
options:
|
||||||
- label: 我确认查找过相关的 Issue
|
- label: 我确认查找过相关的 Issue
|
||||||
required: true
|
required: false
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: 问题必要性检查
|
|
||||||
description: 我确认这个问题是影响使用的
|
|
||||||
options:
|
|
||||||
- label: 我确认这个问题是影响使用的
|
- label: 我确认这个问题是影响使用的
|
||||||
required: true
|
required: false
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: 提问的艺术
|
|
||||||
description: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions)
|
|
||||||
options:
|
|
||||||
- label: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions)
|
- label: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions)
|
||||||
required: true
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
23
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
23
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@@ -3,8 +3,6 @@ description: 提交新功能请求
|
|||||||
title: "[Feat] "
|
title: "[Feat] "
|
||||||
labels:
|
labels:
|
||||||
- 新特性
|
- 新特性
|
||||||
assignees:
|
|
||||||
- BTMuli
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
@@ -15,25 +13,14 @@ body:
|
|||||||
- 当前使用版本
|
- 当前使用版本
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Issue重复性检查
|
label: Issue Check
|
||||||
description: 我确认查找过相关的 Issue
|
|
||||||
options:
|
options:
|
||||||
- label: 我确认查找过相关的 Issue
|
- label: 我确认查找过相关的 Issue
|
||||||
required: true
|
required: false
|
||||||
- type: checkboxes
|
- label: 我确认这个问题是影响使用的
|
||||||
attributes:
|
required: false
|
||||||
label: 功能必要性检查
|
|
||||||
description: 我确认这个功能是完善用户体验的
|
|
||||||
options:
|
|
||||||
- label: 我确认这个功能是完善用户体验的
|
|
||||||
required: true
|
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: 提问的艺术
|
|
||||||
description: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions)
|
|
||||||
options:
|
|
||||||
- label: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions)
|
- label: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions)
|
||||||
required: true
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/todo.yml
vendored
2
.github/ISSUE_TEMPLATE/todo.yml
vendored
@@ -3,8 +3,6 @@ description: 用于开发人员 Issue 的模板
|
|||||||
title: "[TODO] "
|
title: "[TODO] "
|
||||||
labels:
|
labels:
|
||||||
- 新特性
|
- 新特性
|
||||||
assignees:
|
|
||||||
- BTMuli
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user