mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08:14 +08:00
💚 完善模板
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user