Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 440 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 440 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, 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