Thanks for being willing to contribute!
- Fork and clone the repo
$ npm installto install dependencies$ npm run testto test all scenario's- Create a branch for your PR
- Try to include test cases for your code
- Documentation is powered by docsify to REAME.md file in docs folder.
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.