File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,22 @@ accept your pull requests.
31311 . Ensure that your code has an appropriate set of unit tests which all pass.
32321 . Submit a pull request.
3333
34+ ### More Information on Forks and Pull Requests
35+
36+ If you are just getting started with ` git ` and [ GitHub] ( https://github.com ) ,
37+ we think the following links may help you understand the usual workflow used
38+ in this project:
39+
40+ * [ Forking Projects] ( https://guides.github.com/activities/forking/ )
41+ * [ Understanding the GitHub Flow] ( https://guides.github.com/introduction/flow/ )
42+ * [ Syncing a Fork] ( https://help.github.com/articles/syncing-a-fork/ )
43+ * A more succinct guide to [ Keeing a Fork up to date] ( https://gist.github.com/CristinaSolana/1885435 )
44+
45+ If your pull request has a conflict with the destination branch we request
46+ that you [ rebase] ( https://help.github.com/articles/about-git-rebase/ ) your
47+ branch against the destination branch. Reviewing PRs that include both existing
48+ and new changes is a source of error that we would rather eliminate.
49+
3450## Style
3551
3652This repository follow the [ Google C++ Style Guide] (
You can’t perform that action at this time.
0 commit comments