Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 680 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 680 Bytes

Contributing

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.

  1. Fork, then clone the repo:

     $ git clone [email protected]:your-username/StreamCloud.git
    
  2. Create your feature branch:

     $ git checkout -b my-new-feature
    
  3. Commit your changes:

     $ git commit -am 'Added some feature'
    
  4. Push to the branch:

     $ git push origin my-new-feature
    
  5. Submit a new pull request.