🔧 完善 ISSUE_TEMPLATE

This commit is contained in:
BTMuli
2023-10-25 15:49:41 +08:00
parent 6792c0ac0a
commit 4fc77b60ad

View File

@@ -18,24 +18,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:
@@ -49,7 +49,7 @@ body:
attributes:
label: 当前使用版本
description: 请填写当前使用版本
placeholder: Alpha v0.2.0
placeholder: Beta v0.3.4
validations:
required: true
- type: textarea
@@ -67,4 +67,4 @@ body:
description: 请填写其他信息
placeholder: 请填写其他信息
validations:
required: true
required: false