diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..722ffdbe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: 反馈 BUG +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**选项** +* [ ] 是否有阅读文档? +* [ ] Github issues 中是否存在相关问题? +* [ ] 有没有尝试打开调试模式定位错误? + +**描述问题** +对 bug 清晰而简洁的描述。 + +**错误信息** +如果出现错误提示,请打开调试模式(`.env`文件中的`debug`改为true)贴出详细的错误信息。