Browse Source

Update issue templates

bugfix
Jiaju Zhuang 5 years ago committed by GitHub
parent
commit
458b220d8b
  1. 15
      .github/ISSUE_TEMPLATE/----.md
  2. 17
      .github/ISSUE_TEMPLATE/bug--.md

15
.github/ISSUE_TEMPLATE/----.md

@ -0,0 +1,15 @@
---
name: 使用疑问
about: 请先阅读“快速使用”,上面无法解决再提交问题
title: ''
labels: help wanted
assignees: ''
---
**请确认问题无法在“快速使用”上找到**
**请提供你的代码**
```java
这里写你的代码
```
**请提供你的异常**

17
.github/ISSUE_TEMPLATE/bug--.md

@ -0,0 +1,17 @@
---
name: Bug反馈
about: 反馈Bug
title: ''
labels: bug
assignees: zhuangjiaju
---
**请确保这是一个Bug**
**触发场景描述**
**触发Bug的代码**
```java
这里写代码
```
**提示的异常或者没有达到的效果**
Loading…
Cancel
Save