From 2a00978441fa38647f4e2c7ef9e8cfe381dbd0cd Mon Sep 17 00:00:00 2001 From: Wisp X Date: Tue, 27 Jul 2021 09:36:25 +0800 Subject: [PATCH 1/2] :sparkles: Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++++++++++++++++ 1 file changed, 19 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 00000000..a40af53a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**选项** +[ ] 是否有阅读文档? +[ ] Github issues 中是否存在相关问题? +[ ] 有没有尝试打开调试模式定位错误? + +**描述问题** +对 bug 清晰而简洁的描述。 + +**错误信息** +如果出现错误提示,请打开调试模式(`.env`文件中的`debug`改为true)贴出详细的错误信息。 From 51475867768060d2452d552d2f7cef2f4b5d7e00 Mon Sep 17 00:00:00 2001 From: Wisp X <1591788658@qq.com> Date: Tue, 27 Jul 2021 09:39:55 +0800 Subject: [PATCH 2/2] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a40af53a..722ffdbe 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: 反馈 BUG about: Create a report to help us improve title: '' labels: '' @@ -8,9 +8,9 @@ assignees: '' --- **选项** -[ ] 是否有阅读文档? -[ ] Github issues 中是否存在相关问题? -[ ] 有没有尝试打开调试模式定位错误? +* [ ] 是否有阅读文档? +* [ ] Github issues 中是否存在相关问题? +* [ ] 有没有尝试打开调试模式定位错误? **描述问题** 对 bug 清晰而简洁的描述。