mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-16 20:27:08 +03:00
update: github template
This commit is contained in:
25
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
25
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@@ -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
|
||||
|
||||
14
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
14
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@@ -4,6 +4,20 @@ about: 内容建议
|
||||
|
||||
---
|
||||
|
||||
<!-- English Version -->
|
||||
|
||||
## Motivation
|
||||
|
||||
Please briefly describe your motivation.
|
||||
|
||||
## Requirements
|
||||
|
||||
Please list all of your suggestions.
|
||||
|
||||
---
|
||||
|
||||
<!-- 中文版 -->
|
||||
|
||||
## 动机
|
||||
|
||||
请描述你提交内容建议的动机。
|
||||
|
||||
10
.github/ISSUE_TEMPLATE/Question.md
vendored
10
.github/ISSUE_TEMPLATE/Question.md
vendored
@@ -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)
|
||||
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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 的动机是什么、解决了什么样的问题。
|
||||
|
||||
Reference in New Issue
Block a user