From 22066608fe127bf2769dd2a9cb641d74d360cc95 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 25 May 2023 12:19:48 +0800 Subject: [PATCH] chore: add bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.md | 20 ------------------ .github/ISSUE_TEMPLATE/bug-report.yml | 30 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index c6f53fafbeb..00000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: 🐞 错误报告 -about: 当出现问题时提交报告以便修复! -title: '错误报告: xxx.md' -labels: bug -assignees: jaywcjlove ---- - -### 错误类型 - -- [ ] 排版 & 文字错误 -- [ ] 清单内容示例错误 - -### 错误清单 - -`xxx.md` - -### 错误内容描述 - -请在这里描述具体错误内容。 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000000..cd7fe284df0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,30 @@ +name: 🤙 错误报告 +description: 当出现问题时提交报告以便修复! +title: '🐞 错误报告: xxx.md' +labels: ['request'] +assignees: jaywcjlove +body: + - type: markdown + attributes: + value: | + 🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧 + 注意:请求太多,参考【优先级】快速添加内容 + 🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧 + + - type: input + id: error-list + attributes: + label: 错误清单 + description: 选择一个错类型 + placeholder: ex. `docs/ansible.md` + + - type: checkboxes + id: error-type + attributes: + label: 错误类型 + description: 请选择一个错类型 + options: + - label: 排版 & 文字错误 + - label: 清单内容示例错误 + - label: 其它 +