From cfc2dc493ac7a8b4d6851f4d248a8acec511e90d Mon Sep 17 00:00:00 2001 From: TommyLemon Date: Sat, 15 Sep 2018 01:58:09 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/--bug.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/--bug.md diff --git a/.github/ISSUE_TEMPLATE/--bug.md b/.github/ISSUE_TEMPLATE/--bug.md new file mode 100644 index 00000000..7828e7f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--bug.md @@ -0,0 +1,27 @@ +--- +name: 提交bug +about: Create a report to help us improve + +--- + +**简述问题** +简单说明出现了什么问题。 + +**复现步骤** +1. 登录 +2. 发送以下请求(写上具体的请求URL和JSON) +... + +**期望** +你希望它应该返回什么结果。 + +**配置** + - 系统: Windows 7 + - JDK: 1.8.0_17 + - 数据库: MySQL 5.7.14 + +**截屏** +![](图片URL),可不填 + +**其它** +补充说明,可不填