We do not allow contributors to claim issues. If you find something interesting you can contribute to the repo, feel free to raise a PR.
- Make sure you're running the latest version of Node 20 LTE
- Fork the repo
- Install dependencies locally:
npm install
- Make your changes locally
- Make sure tests pass:
npm test
- Run your updates locally in another repository using
npm link
- Ensure the code coverage is the same or higher than before your changes.
- Create a PR to the
main
branch