- Fork it.
- Clone your forked project:
git clone http://github.com/<your_name>/cloudbox
- Create a feature branch off of the develop branch:
git checkout -b my-new-feature develop
- Commit your changes:
git commit -am 'Added some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request to develop branch.