Thank you for wanting to contribute to this library.
- Fork and clone the repo.
- Run
yarn install
to install dependencies.
This project follows the all contributors specification. To add yourself as a contibutor use the all-contributors cli, which is aliased as a package.json script:
yarn contributors:add <github username> <contribution>
So for example, if you added code and updated the docs you will do:
yarn contributors:add <your username> code,doc
For further options see the all-contributors cli docs.
When you are ready and have finished your modifications submit a PR. Make sure to link to any relevant issue by using the issue number in the description (e.g. #1).