Thanks for wanting to make a contribution and wanting to improve this library for everyone!
- Fork and clone the repo
- Run
npm install
to install dependencies - Create a branch for your PR with
git checkout -b pr/your-branch-name
This project follows the all contributors
specification. To add yourself to the table of contributors on the README.md
, please use the
automated script as part of your PR:
npm run contributors:add
Follow the prompt and commit .all-contributorsrc
and README.md
in the PR. If you've already
added yourself to the list and are making a new type of contribution, you can run it again and
select the added contribution type.
Please make sure to run the tests before you commit your changes. You can do so by running
npm test
.
Please check out the the open issues.
Also, please watch the repo and respond to questions/bug reports/feature requests! Thanks!