Skip to content

Commit

Permalink
require config file in issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
eycorsican committed Mar 8, 2019
1 parent 4b24909 commit 6b8cc97
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
### 你遇到的问题可以用固定步骤重现吗?

<!--
可以的话请把重现问题的步骤列出来,必要的话
请把配置文件信息写列出来,最好把日志信息也
可以的话请把重现问题的步骤列出来,最好把日志信息也
提交上来。
-->

### 你正使用的配置
```json

<!-- 请把你的配置文件复制至此 (建议把服务器和用户信息去掉) -->

```

0 comments on commit 6b8cc97

Please sign in to comment.