From 6529b5e85fde6211ca778f100a113e4866de232d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 25 May 2023 12:25:23 +0800 Subject: [PATCH] chore: update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 11c30cfb316..1f9649f786b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -8,14 +8,14 @@ body: attributes: value: | 🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧 - 注意:请求太多,参考【优先级】快速添加内容 + 注意:请求太多,请按照下面内容提供错误报告 🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧 - type: input id: error-list attributes: label: 📄 错误清单 - description: 选择一个错类型 + description: 指定错误清单文件,方便我们快速定位错误。 placeholder: ex. `docs/ansible.md` validations: required: true @@ -24,11 +24,13 @@ body: id: error-type attributes: label: 🧨 错误类型 - description: 请选择一个错类型 + description: 请选择错误类型。 options: - label: 排版 & 文字错误 - label: 清单内容示例错误 - label: 其它 + validations: + required: true - type: textarea id: description