- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Add tests for your changes
- Push your changes to your feature branch (
git push origin my-new-feature
) - Create a new Pull Request (PR)
Contributions will only be accepted if they are fully tested as specified in TESTING.md.