mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08:14 +08:00
🔧 完善 ISSUE_TEMPLATE
This commit is contained in:
22
.github/ISSUE_TEMPLATE/bug.yml
vendored
22
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -18,24 +18,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:
|
||||||
@@ -49,7 +49,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
|
||||||
@@ -67,4 +67,4 @@ body:
|
|||||||
description: 请填写其他信息
|
description: 请填写其他信息
|
||||||
placeholder: 请填写其他信息
|
placeholder: 请填写其他信息
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user