Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
- Fork and clone the repo
- Create a branch for your PR
- Try to include test cases for your code
- Keep description short and simple Adding something to an awesome list.
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.