From aa90f6e4b6d1825eb44abb2c57c73c24fb12305d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 29 Sep 2022 03:19:34 +0800 Subject: [PATCH] chore: add bug-report.md issue template. --- .github/ISSUE_TEMPLATE/bug-report.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..d5c2e6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,20 @@ +--- +name: 错误报告 +about: 当出现问题时提交报告以便修复! +title: '错误报告: xxx.md' +labels: request +assignees: jaywcjlove +--- + +### 错误类型 + +- [ ] 排版 & 文字错误 +- [ ] 清单内容示例错误 + +### 错误清单 + +`xxx.md` + +### 错误内容描述 + +请在这里描述具体错误内容。 \ No newline at end of file