Thank you for considering contributing to our project. Your help is very much appreciated!
When contributing, it's better to first discuss the change you wish to make via issue or discussion, or any other method with the owners of this repository before making a change.
In order to make your contribution please make a fork of the repository. After you've pulled the code, follow these steps to kick start the development:
- Run
yarn ci
to install dependencies - Run
yarn run ci-pipeline
to launch linter, unit tests and build project
- We follow Conventional Commits and Semver
in our commit messages, i.e.
feat(core): improve typing
- Make sure you cover all code changes with unit tests
- When you are ready, create Pull Request of your fork into original repository