Skip to content

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.

  1. Fork this repository.
  2. Clone your fork.
  3. Checkout "dev" branch. git checkout dev
  4. Create a new branch from "dev" branch named after the fix/feature you implemented. git checkout -b my-new-feature
  5. Do some commits.
  6. Do a pull request from your branch to the original repository "dev" branch.

And you're done. Thanks for your contribution!

Clone this wiki locally