update: github template

This commit is contained in:
Changkun Ou
2019-07-15 08:55:27 +02:00
parent 3f51c5ea2e
commit 407f6eda32
4 changed files with 69 additions and 0 deletions

View File

@@ -4,6 +4,31 @@ about: 报告错误
---
<!-- English Version -->
## Actual Description
- File Path: for example, `book/en-us/02-usability.md`
- Original paragraph:
```
A copy of the original paragraph
```
## Expected Description
```
A modified paragraph
```
## Attachments
Attach screenshot or files if necessary.
---
<!-- 中文版本 -->
## 实际描述
- 文件路径例如book/zh-cn/02-usability.md

View File

@@ -4,6 +4,20 @@ about: 内容建议
---
<!-- English Version -->
## Motivation
Please briefly describe your motivation.
## Requirements
Please list all of your suggestions.
---
<!-- 中文版 -->
## 动机
请描述你提交内容建议的动机。

View File

@@ -4,6 +4,16 @@ about: 提交问题
---
<!-- English Version -->
## Question
Please describe your question here, and read [How-To-Ask-Questions-The-Smart-Way](http://www.catb.org/~esr/faqs/smart-questions.html) before you submit your question.
---
<!-- 中文版 -->
## 问题描述
请在此描述你的问题,提问前请参考[提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md)

View File

@@ -1,5 +1,25 @@
resolve #issue_id
<!-- English Version -->
## Description
Please describe the motivation of this pull request, and what problem was solved in this PR.
## Change List
- Fix typo error of XXX
- Add description regarding XXX feature
- Resolve error content of XXX
## Reference
Please add reference if necessary
---
<!-- 中文版 -->
## 说明
此处详细说明 PR 的动机是什么、解决了什么样的问题。