Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 514 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 514 Bytes

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Test your changes to the best of your ability
  4. Update the documentation to reflect your changes if they add or changes current functionality
  5. Commit your changes (git commit -am 'Added some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request

or

  1. Just pull request all the things the way you want!

Development

Clone the repository and:

npm install
grunt