Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 629 Bytes

File metadata and controls

11 lines (6 loc) · 629 Bytes

Contributing

The following conventions are enforced with Github Actions. If you do not follow them, your contributions may not be merged back into the project.

Commit Messages

Commit messages should follow the Conventional Commits Standard. We recommend installing Commitizen - as it simplifies the process of creating compliant commit messages.

Pre-commit Hooks

We also maintain pre-commit hooks that will execute code style and quality checks automatically when you commit.