# Contributing to the project
- Commit messages should conform to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) specification. A git hook is present in order to assure this, you just need to `npm i` to use it.
- Always run `cargo test` before committing. This is also ensured by the pre-commit hook.
- Don't be a dick to others.