🔧 完善 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 - 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