Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 498 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 498 Bytes

Contributing

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

  1. Fork the repo
  2. Install dependencies locally yarn
  3. Make sure it builds yarn start
  4. Make your changes locally
  5. Ensure the code coverage is the same or higher than before your changes.
  6. 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"