Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 393 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 393 Bytes

Contributing

All contributions to codechecks are welcomed.

We coordinate our efforts using GitHub issues so make sure that before you start working on a new feature you submit a corresponding issue.

When you're done with your changes use yarn test:fix. This will reformat your code using prettier, try autofixing linter error and will run tsc and finally tests.

Thanks! 🙏🏻