Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 364 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 364 Bytes

Contributing

All contributions are welcomed.

Do you have an idea for improving this check? Please, first submit a github issue and describe your proposal.

When you're done with your changes use yarn test:fix to run prettier to reformat code, tslint in fix mode, tsc to make sure that there are no compilation errors, and unit tests.

Thanks! 🙏🏻