Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 463 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (25 loc) · 463 Bytes

Contributing

  1. Fork it and clone it
  2. npm install
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Add your feature code and supporting unit tests
  5. npm test
  6. Commit your changes
  7. Push to the branch (git push origin my-new-feature)
  8. 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