Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 496 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (26 loc) · 496 Bytes

Contributing

  1. Fork it and clone it
  2. Checkout the develop branch
  3. npm install
  4. Create your feature branch (git checkout -b my-new-feature)
  5. Add your feature code and supporting unit tests
  6. npm test
  7. Commit your changes
  8. Push to the branch (git push origin my-new-feature)
  9. Create new Pull Request from your feature branch to the main develop branch

Testing

npm test

or

gulp unittest

Code Style

npm run lint

or

gulp lint