In lieu of a formal styleguide, take care to maintain the existing coding style, please do follow idiomatic.js and always lint and test your code using grunt
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Run
grunt test - Push to the branch:
git push origin my-new-feature - Submit a pull request :D