Skip to content

Commit

Permalink
🔧 完善 ISSUE_TEMPLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Oct 25, 2023
1 parent 6792c0a commit 4fc77b6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -49,7 +49,7 @@ body:
attributes:
label: 当前使用版本
description: 请填写当前使用版本
placeholder: Alpha v0.2.0
placeholder: Beta v0.3.4
validations:
required: true
- type: textarea
Expand All @@ -67,4 +67,4 @@ body:
description: 请填写其他信息
placeholder: 请填写其他信息
validations:
required: true
required: false

0 comments on commit 4fc77b6

Please sign in to comment.