- Fork the repo
npm install
preferable usenode >= 14
npm run test
check that the tests are not failing- Create your branch
git checkout -b <my feature name>
. If your feature is going to be big, please open an issue before - When you commit, make sure to follow semantic versioning format
- Add some tests if needed
- After everything is ready, before the PR, re-run the tests
npm run test
Thanks for contributing!