Make sure your changes are well covered by automated tests.
Run linter:
yarn lint
Run all tests locally:
yarn test
This project uses conventional commits. To enforce it, we're using Commitizen CLI tool.
New commits should be invoked by:
yarn commit
This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.