# Contributing to the project
## Coding rules
- 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.
## Code of Conduct
There is no code of conduct, just don't be a dick to others.