We love pull requests. Take a look at the issues and filter by milestones to see what features are planned for the next release. Naturally we appreciate all kind of improvements. Here's a quick guide how to contribute.
-
Fork, then clone the repo:
$ git clone git@github.com:your-username/StreamCloud.git -
Create your feature branch:
$ git checkout -b my-new-feature -
Commit your changes:
$ git commit -am 'Added some feature' -
Push to the branch:
$ git push origin my-new-feature -
Submit a new pull request.