If you would like to contribute to this repo please follow the rules:
- Fork the repo and create branch from
develop
. - Create commit for your changes. Commit message should meet the Conventional Commits specification.
- Add/update tests and documentation.
- Make sure your code lints.
- Create pull request.
- PR should be approved by all reviewers (at least 1 maintainer).
- Add fixes according to comments in new commits.
- When reviewers have approved PR squash commits into one.
- PR must be rebased before merge.
- One of the reviewers will merge PR (with Rebase and merge option).