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, or open an issue for features you'd like to see added.
- Fork the repo
- Install dependencies locally
yarn - Make sure it builds
yarn build - Make your changes locally
- Write tests
yarn test - Ensure the code coverage is the same or higher than before your changes.
- Open a PR