- Fork it and clone it
- Checkout the
develop
branch npm install
- Create your feature branch (
git checkout -b my-new-feature
) - Add your feature code and supporting unit tests
npm test
- Commit your changes
- Push to the branch (
git push origin my-new-feature
) - Create new Pull Request from your feature branch to the main
develop
branch
npm test
or
gulp unittest
npm run lint
or
gulp lint