You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Correct the wrong email domain (changkun dot us -> changkun dot de)
- Fix a copy-paste link that pointed at the go-under-the-hood repo
- Update stale C++11/14/17(/20) branding to C++11 to C++26
- Replace the discouraging 'must fix >50 typos' rule with a welcoming
'fixes of any size are welcome; batch trivial typos' guideline
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Submit Issue
4
4
5
-
C++ 11/14/17 issue is used to track the principle description error, `typo`error, and the questions to the author of the book.
5
+
The issue tracker for this book (covering C++11 to C++26) is used to track principle description errors, `typo`errors, and questions to the author of the book.
6
6
7
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.
8
8
@@ -15,15 +15,15 @@ Report the error immediately by [submitting issue](https://github.com/changkun/m
15
15
16
16
## Pull Request
17
17
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:
18
+
"Modern C++ Tutorial: C++11 to C++26 On the Fly" is open source so that everyone can contribute via a PR. Please read the following instructions carefully before submitting your pull request:
19
19
20
20
- 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.
21
21
22
-
-Make sure your PR has improved more than 50 `typo`errors, otherwise please do not submit a PR.
22
+
-Fixes of any size are welcome. For trivial `typo`fixes, please consider batching several of them into a single PR rather than opening many tiny PRs.
23
23
24
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!
25
25
26
-
- If you would like to be a co-author of this book, please send an email to ask: `hi at changkun dot us`.
26
+
- If you would like to be a co-author of this book, please send an email to ask: `hi at changkun dot de`.
27
27
28
28
Since this repository provides a variety of reading approaches, thus make sure you have checked all items in the following checklist:
29
29
@@ -35,7 +35,7 @@ Since this repository provides a variety of reading approaches, thus make sure y
0 commit comments