Skip to content

Latest commit

 

History

History
executable file
·
11 lines (8 loc) · 493 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
11 lines (8 loc) · 493 Bytes

Contributing

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Run grunt test
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D