Merge branch 'hotfix/update_issue_template' into develop

Former-commit-id: ffb130b225e616b16b4252a42e7ddd6fcc7e40eb [formerly ffb130b225e616b16b4252a42e7ddd6fcc7e40eb [formerly ffb130b225e616b16b4252a42e7ddd6fcc7e40eb [formerly ffb130b225e616b16b4252a42e7ddd6fcc7e40eb [formerly a150d9767783ac7d0916794092f440ad2f96d330 [formerly 9cfaa624ebfd335561f9d69dff21704fec2c3550]]]]]
Former-commit-id: aef79339307204c75c00e1d4bb9357e8ab2dbe19
Former-commit-id: 6f6f384bb133f68d0e5f8d49cdaea84ebeacf21c
Former-commit-id: 3da4ead228eae0fcc8a63431051043ff86cf842f [formerly 59909fdac8ac8045c15d8876ea4aa5d0be12decf]
Former-commit-id: e487c7b78d57286ef82962b0fee20c43899a9eee
Former-commit-id: 78c86e54f43a6cc3615eb20d8b8e7c1e9c919cd6
Former-commit-id: 960220ed384fbe9c21f83a40e4568be696c8c25e
Former-commit-id: 53b075c72118b1aeab172fb0e02b9282482ca48e
Former-commit-id: 14367316b7aa4afcb607fe1a10d4fb32c524517a
This commit is contained in:
liyang
2018-08-09 12:39:56 +08:00
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` 栏,然后删除这部分
⚙ 功能升级 | 你的标题
```
如果需要,在这里描述具体内容