How to contribute
A full guide about how to contribute to the project is available in the CONTRIBUTING.md file, where you can also read about code styleguides, and issue and PR labels.
Please use:
- git conventional commits with prefixes, as listed in git cliff configuration for the project
- no merge commits
Target branch
main is the go-to branch to target PRs.
You may enable git hooks with just install-hooks to automatically run checks before pushing code. Thank you.