Browse Source

Update issue templates

bugfix
Jiaju Zhuang 5 years ago committed by GitHub
parent
commit
f063429634
  1. 16
      .github/ISSUE_TEMPLATE/bug.md
  2. 16
      .github/ISSUE_TEMPLATE/question.md
  3. 10
      .github/ISSUE_TEMPLATE/suggess.md
  4. 10
      .github/ISSUE_TEMPLATE/suggest.md

16
.github/ISSUE_TEMPLATE/bug.md

@ -0,0 +1,16 @@
---
name: bug
about: 发现一个新的Bug
title: ''
labels: bug
assignees: zhuangjiaju
---
**触发场景描述**
**触发Bug的代码**
```java
这里写代码
```
**提示的异常或者没有达到的效果**

16
.github/ISSUE_TEMPLATE/question.md

@ -0,0 +1,16 @@
---
name: question
about: 有使用疑问,请先阅读“快速使用”,上面无法解决再提交问题
title: ''
labels: help wanted
assignees: zhuangjiaju
---
**异常代码**
```java
这里写你的代码
```
**异常提示**
请提供完整的异常提示
**建议描述**

10
.github/ISSUE_TEMPLATE/suggess.md

@ -0,0 +1,10 @@
---
name: suggess
about: 给出一些建议的能
title: ''
labels: suggest
assignees: ''
---
**建议描述**

10
.github/ISSUE_TEMPLATE/suggest.md

@ -0,0 +1,10 @@
---
name: suggest
about: 给出一些建议的能
title: ''
labels: suggest
assignees: ''
---
**建议描述**
Loading…
Cancel
Save