Thanks for being willing to contribute!
- Fork and clone the repo
$ npm install
to install dependencies$ npm run test
to test all scenario's- Create a branch for your PR
- Try to include test cases for your code
- Follow conventional commits for commit messages
Once you completed making the change, Please make sure to run the tests before you commit your changes. You can run
npm run test
which will test your code.
Working on your first Pull Request? How to Contribute to an Open Source Project on GitHub. Thanks to @kentcdodds for this amazing tutorial.