chore: update bug-report.yml
This commit is contained in:
parent
22066608fe
commit
1f8b93dbab
16
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
16
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: 🤙 错误报告
|
||||
name: 🐞 错误报告
|
||||
description: 当出现问题时提交报告以便修复!
|
||||
title: '🐞 错误报告: xxx.md'
|
||||
labels: ['request']
|
||||
@ -14,17 +14,27 @@ body:
|
||||
- type: input
|
||||
id: error-list
|
||||
attributes:
|
||||
label: 错误清单
|
||||
label: 📄 错误清单
|
||||
description: 选择一个错类型
|
||||
placeholder: ex. `docs/ansible.md`
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: error-type
|
||||
attributes:
|
||||
label: 错误类型
|
||||
label: 🧨 错误类型
|
||||
description: 请选择一个错类型
|
||||
options:
|
||||
- label: 排版 & 文字错误
|
||||
- label: 清单内容示例错误
|
||||
- label: 其它
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: 📖 错误说明
|
||||
description: 您可以在这里简单的提供一些资料,方便我们在 Quick Reference 中添加您想添加的备忘清单(速查表)。
|
||||
placeholder: 【请您在这里介绍一下工具或者语言,这很重要】
|
||||
validations:
|
||||
required: true
|
Loading…
x
Reference in New Issue
Block a user