mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 20:54:39 +03:00
add: contributing guidelines & Typo fix (#60)
* fix: typo * update: pdf builds & website builds * update: contributing guidelines
This commit is contained in:
24
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: 报告错误
|
||||
|
||||
---
|
||||
|
||||
## 实际描述
|
||||
|
||||
- 文件路径:例如,book/zh-cn/02-usability.md
|
||||
- 原文段落:
|
||||
|
||||
```
|
||||
复制原文段落
|
||||
```
|
||||
|
||||
## 预期描述
|
||||
|
||||
```
|
||||
修改后的段落
|
||||
```
|
||||
|
||||
## 附图
|
||||
|
||||
必要时,请附上相关截图
|
||||
13
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: 内容建议
|
||||
|
||||
---
|
||||
|
||||
## 动机
|
||||
|
||||
请描述你提交内容建议的动机。
|
||||
|
||||
## 需求说明
|
||||
|
||||
请描述你提交内容建议的详单,例如具体是增加哪个知识点的说明。
|
||||
9
.github/ISSUE_TEMPLATE/Question.md
vendored
Normal file
9
.github/ISSUE_TEMPLATE/Question.md
vendored
Normal 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)
|
||||
Reference in New Issue
Block a user