From 2a00978441fa38647f4e2c7ef9e8cfe381dbd0cd Mon Sep 17 00:00:00 2001 From: Wisp X Date: Tue, 27 Jul 2021 09:36:25 +0800 Subject: [PATCH] :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)贴出详细的错误信息。