From ff3446d44c9dfbeda392776aa24efd73a3f863f7 Mon Sep 17 00:00:00 2001 From: yjqiang <8900942+yjqiang@users.noreply.github.com> Date: Sat, 13 Apr 2019 09:25:37 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 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..b6f4d28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: 上报BUG使用 +title: '' +labels: '' +assignees: '' + +--- + +**再确认一次 issue 题目** +请记得把 issue 标题改成问题描述的概述,而不是简单的一句话,《电脑开不了了》、《闪退了》、《救命啊》这些 + +**问题描述** +尽量详细叙述发生时间等 + +**截图或者视频或者报错文字** +截图请务必把名字等信息打码 + +**必要的系统信息描述等** +python 版本以及系统版本信息 + +**最近何时更新的脚本** +几天前还是几小时前 + +**最后确认** +- [ ] 我仔细看了requirements.tx,确认里面的模块我都安装并及时更新了 +- [ ] 我代码上次更新时间距今没有超过 2 个月以上 +- [ ] 我仔细阅读了 conf 里面的 sample 文件(包括user.sample.toml和ctrl.sample.toml),并发现如果发生了改动,及时更新了我的 toml 对应文件 +- [ ] 我仔细检查了 readme 最近更新情况,并查看了最近更新内容