Thanks for wanting to make a contribution and wanting to improve this library for everyone!
- Fork and clone the repo
- Run
pnpm install
to install dependencies - Create a branch for your PR with
git checkout -b pr-type/issue-number-your-branch-name
- Let's get cooking! 👨🏻🍳🥓
Be sure your commit messages follow this specification: https://www.conventionalcommits.org/
Consider adding a test along with your changes to make sure they are correct and to avoid regressions. Regardless of whether you've added a test, make sure to run the tests before you create a PR. You can do so by running pnpm run test
.
Please check out the the open issues.
Also, please watch the repo and respond to questions/bug reports/feature requests! Thanks!