- Fork it!
- Checkout the development branch:
git checkout development
- Create your feature branch:
git checkout -b my-new-feature
- Add your changes to the index:
git add .
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request against the
development
branch