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
- Fork the repo
- Install dependencies locally
yarn
- Make sure it builds
yarn start
- Make your changes locally
- Ensure the code coverage is the same or higher than before your changes.
- Create a PR to the
master
branch
To scaffold a new plugin inside this repo run the following command:
yarn run create:plugin "my plugin"