Skip to content

Commit 37c00f4

Browse files
authored
Add "quick start on GitHub"-type links [skip ci]. (#369)
1 parent 154947b commit 37c00f4

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@ accept your pull requests.
3131
1. Ensure that your code has an appropriate set of unit tests which all pass.
3232
1. 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

3652
This repository follow the [Google C++ Style Guide](

0 commit comments

Comments
 (0)