From 1f8b93dbab16eae1562a094a2bbedf7b1218bd2c Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 25 May 2023 12:23:18 +0800 Subject: [PATCH] chore: update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index cd7fe28..11c30cf 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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 \ No newline at end of file