- Fork it and clone it
- Checkout the
developbranch 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
developbranch
npm test
npm run lint