-
Notifications
You must be signed in to change notification settings - Fork 4
How to contribute
Julien Delplanque edited this page Oct 25, 2016
·
1 revision
This page explains the process to follow to contribute to the project.
- Fork this repository.
- Clone your fork.
- Checkout "dev" branch.
git checkout dev
- Create a new branch from "dev" branch named after the fix/feature you implemented.
git checkout -b my-new-feature
- Do some commits.
- Do a pull request from your branch to the original repository "dev" branch.
And you're done. Thanks for your contribution!