update issue template

Former-commit-id: a208160c5ca81b5aac146396ad903ebb55b06c67 [formerly a208160c5ca81b5aac146396ad903ebb55b06c67 [formerly a208160c5ca81b5aac146396ad903ebb55b06c67 [formerly a208160c5ca81b5aac146396ad903ebb55b06c67 [formerly 3386c9f1d365beb08724ccb03b192d9746b447d9 [formerly 661e15d9ad58faadd8dfacbaa98a881aedaaae69]]]]]
Former-commit-id: 126b3cd5ca45a931a99f3295103f96119aa35e06
Former-commit-id: e336e914b1dc7b3749647c70addcdfd6011e7455
Former-commit-id: a2579e56094dc44ba3c470897a4b5bdc25ee7f99 [formerly f5ec6ffe1bf3ca4b77e94b7b64ad9454a5485731]
Former-commit-id: 3130ace2c14ee42af90d90834057d7391cff3877
Former-commit-id: ae2d8ca82fd4315f35d5915fe0e1d63a1272e3ee
Former-commit-id: f8c506cca5092d97627d588ca880ae1614c0a9bb
Former-commit-id: d552059216915a3bd1bdb813da451b5058cf9739
Former-commit-id: ae903e9b58075a121722ee3f2b55f4a22993e59b
This commit is contained in:
liyang 2018-08-09 12:39:49 +08:00
parent cdb55036ab
commit 5f24cb49c1
5 changed files with 55 additions and 0 deletions

11
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View File

@ -0,0 +1,11 @@
---
name: "👾 BUG"
about: 代码错误
---
```
为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分
👾 BUG | 你的标题
```
如果需要,在这里描述具体内容

11
.github/ISSUE_TEMPLATE/display.md vendored Normal file
View File

@ -0,0 +1,11 @@
---
name: "🌈 显示优化"
about: 显示方面调整
---
```
为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分
🌈 显示优化 | 你的标题
```
如果需要,在这里描述具体内容

11
.github/ISSUE_TEMPLATE/feature.md vendored Normal file
View File

@ -0,0 +1,11 @@
---
name: "🔩 新功能"
about: 开发新功能
---
```
为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分
🔩 新功能 | 你的标题
```
如果需要,在这里描述具体内容

11
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,11 @@
---
name: "🤔 提问"
about: 提出使用方面的问题
---
```
为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分
🤔 提问 | 你的标题
```
如果需要,在这里描述具体内容

11
.github/ISSUE_TEMPLATE/update.md vendored Normal file
View File

@ -0,0 +1,11 @@
---
name: "⚙ 功能升级"
about: 升级某个功能
---
```
为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分
⚙ 功能升级 | 你的标题
```
如果需要,在这里描述具体内容