Skip to content

Contribute source code

mitfik edited this page Nov 28, 2012 · 3 revisions

Short how to:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add tests for new functionality
  4. Make sure that it do not break anything
  5. Make code review
  6. Commit your changes (git commit -am 'Add some feature')
  7. Push to the branch (git push origin my-new-feature)
  8. Create new Pull Request