add: contributing guidelines & Typo fix (#60)

* fix: typo

* update: pdf builds & website builds

* update: contributing guidelines
This commit is contained in:
Ou Changkun
2019-01-31 10:05:57 +01:00
committed by GitHub
parent ee0a2666db
commit 7ce3aa271a
14 changed files with 217 additions and 19 deletions

24
.github/ISSUE_TEMPLATE/Bug_report.md vendored Normal file
View File

@@ -0,0 +1,24 @@
---
name: Bug report
about: 报告错误
---
## 实际描述
- 文件路径例如book/zh-cn/02-usability.md
- 原文段落:
```
复制原文段落
```
## 预期描述
```
修改后的段落
```
## 附图
必要时,请附上相关截图

View File

@@ -0,0 +1,13 @@
---
name: Feature request
about: 内容建议
---
## 动机
请描述你提交内容建议的动机。
## 需求说明
请描述你提交内容建议的详单,例如具体是增加哪个知识点的说明。

9
.github/ISSUE_TEMPLATE/Question.md vendored Normal file
View File

@@ -0,0 +1,9 @@
---
name: Question
about: 提交问题
---
## 问题描述
请在此描述你的问题,提问前请参考[提问的智慧](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md)