Thanks for thinking of contributing 😀
will this be your first Pull Request?
If unsure on how to approach it, you can learn how from this free series How to Contribute to an Open Source Project on GitHub
- Fork & Clone repo
npm install
to install your dependenciesnpm run test
to validate you got it working- Create a branch for your work
- Open a PR
- Please update the documentation if needed
- Tests where possible should be added