Skip to content
This repository was archived by the owner on Dec 4, 2020. It is now read-only.

Commit 67f196e

Browse files
authored
Merge pull request #1 from CrustaShrimp/patch-1
Fixed translation errors in CONTRIBUTING.md
2 parents e5450c7 + 0942c8f commit 67f196e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@
44

55
C++ 11/14/17 issue is used to track the principle description error, `typo` error, and the questions to the author of the book.
66

7-
- Usually, you may encounter typos, semantic errors, grammatical errors, and etc. These are all `typo` errors. If an error has caused some obstacles to your reading and you strongly believe that the `typo` will also affect others reading. Then you are very welcome to [submit issue](https://github.com/changkun/modern-cpp-tutorial/issues) to report the `typo` error.
7+
- Usually, you may encounter typos, semantic errors, grammatical errors, and etc. These are all `typo` errors. If an error has caused some obstacles to your reading and you strongly believe that the `typo` will also affect others reading, then you are very welcome to [submit issue](https://github.com/changkun/modern-cpp-tutorial/issues) to report the `typo` error.
88

9-
- Do not hasitate to submit a principle error because it prevent wrong knowledge being propagation.
10-
Report the error immediately by [submitting issue](https://github.com/changkun/modern-cpp-tutorial/issues) to avoid the spread of wrong knowledge.
9+
- Do not hesitate to submit a `principle` error because it will prevent wrong knowledge being spread.
10+
Report the error immediately by [submitting issue](https://github.com/changkun/modern-cpp-tutorial/issues) to avoid the propogation of wrong knowledge.
1111

12-
- If you found some part of the book is confusing, you are very welcome to [submit an issue](https://github.com/changkun/modern-cpp-tutorial/issues) for asking questions.
12+
- If you found some part of the book confusing, you are very welcome to [submit an issue](https://github.com/changkun/modern-cpp-tutorial/issues) for asking questions.
1313

14-
- The book cannot cover the entire C++ of course, however, you are very welcome to [submit an issue](https://github.com/changkun/modern-cpp-tutorial/issues) for a suggestion if you found some important feature is missing in the book.
14+
- The book cannot cover the entirety C++ of course, however, you are very welcome to [submit an issue](https://github.com/changkun/modern-cpp-tutorial/issues) with a suggestion if you find some important feature is missing in the book.
1515

1616
## Pull Request
1717

18-
"C++ 11/14/17 On the Fly" is open source so that everyone can contribute to contribute to PR. However, it is required read the following instructions carefully before submitting your pull request:
18+
"C++ 11/14/17 On the Fly" is open source so that everyone can contribute to contribute via a PR. However, it is required to read the following instructions carefully before submitting your pull request:
1919

2020
- Before you submit your pull request, make sure that the [issue list](https://github.com/changkun/modern-cpp-tutorial/issues) already contains the problem you want to solve. If not, please refer to the **Submit Issue** section.
2121

22-
- Make sure your PR has improved the `typo` error of more than 50 words, otherwise please do not submit a PR.
22+
- Make sure your PR has improved more than 50 `typo` errors, otherwise please do not submit a PR.
2323

24-
- For a PR that fixes principled errors, please don't hesitate, all readers of the book are very grateful for your contribution!
24+
- For a PR that fixes principled errors, please don't hesitate, all of the readers of the book are very grateful for your contribution!
2525

2626
- If you would like to be a co-author of this book, please send an email to ask: `hi at changkun dot us`.
2727

2828
Since this repository provides a variety of reading approaches, thus make sure you have checked all items in the following checklist:
2929

3030
- [ ] If you only making changes to the main part of the book (i.e. the `book` folder), and no changes to the code snippet, then you are good to go;
31-
- [ ] If you also change the code snippet in the main body of the book, then you need to synchronize the corresponding code snippet in the `code` folder;
32-
- [ ] If you changes also involve the exercises, you also need to synchronize the contents of the `exercises` folder.
31+
- [ ] If you also changed the code snippet in the main body of the book, then you need to synchronize the corresponding code snippet in the `code` folder;
32+
- [ ] If your changes also involve the exercises, you also need to synchronize the contents of the `exercises` folder.
3333

3434
# 如何参与贡献
3535

0 commit comments

Comments
 (0)