[Add]添加Issue模板

This commit is contained in:
vn.py 2017-09-20 22:21:32 +08:00
parent d965e52a5b
commit d56eb4db15
2 changed files with 12 additions and 1 deletions

12
ISSUE_TEMPLATE.md Normal file
View File

@ -0,0 +1,12 @@
# 环境
* 操作系统: 如Windows 7或者Ubuntu 16.04
* Anaconda版本: 如Anaconda 4.0.0 Python 2.7 32位
* vn.py版本: 如v1.7发行版或者dev branch 20170920下载日期
# Issue
* Issue类型如Bug/Enhancement/Question
* Issue内容Bug描述/改进方向/提问问题等
* 重现步骤针对Bug请提供具体重现步骤以及报错截图其他请留空

View File

@ -495,7 +495,6 @@ class DataEngine(object):
return detail.convertOrderReq(req)
########################################################################
class LogEngine(object):
"""日志引擎"""