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
Please feel encouraged to make a pull request (PR) to correct or clarify code.
4
+
5
+
Some rough guidelines for making a PR:
6
+
7
+
* Bug fixes and operating-system specific fixes are very welcome.
8
+
* When making a PR please make sure both the PR and the code is commented clearly for other book readers.
9
+
* Do not introduce code copy-pasted from elsewhere as there are licencing and copyright issues with this.
10
+
* Please do not submit CMakeLists.txt or build scripts for the entire book or for individual chapters. There is a specific chapter dedicated to introducing build systems.
11
+
* Please do not submit project or solution files for a particular IDE.
12
+
* Code in examples is copy-pasted from the book. If the PR needs to modify these please add a comment to those lines indicating why the change was important.
13
+
* Code style and language version changes are discouraged unless they fix a bug.
14
+
* If you are happy to be added to a contributors list then please add your name, as you would like it to appear, as a bullet at the bottom of this file.
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Please feel free to use the [Issues](https://github.com/capnramses/pro_programmi
64
64
65
65
## Contributions and Pull Requests
66
66
67
-
Please feel encouraged to make a pull request to correct or clarify code.
67
+
Please feel encouraged to make a pull request (PR) to correct or clarify code.
68
68
69
69
Some rough guidelines for making a PR:
70
70
@@ -75,4 +75,8 @@ Some rough guidelines for making a PR:
75
75
* Please do not submit project or solution files for a particular IDE.
76
76
* Code in examples is copy-pasted from the book. If the PR needs to modify these please add a comment to those lines indicating why the change was important.
77
77
* Code style and language version changes are discouraged unless they fix a bug.
78
-
* In your PR please indicate if you are happy to be added to a contributors list, and if so the name and/or handle you would like to be credited as.
78
+
* If you are happy to be added to a contributors list then please add your name, as you would like it to appear, as a bullet at the bottom of this file.
0 commit comments