# wot-rust contribution guide
## CoC
The [wot-rust Code of Conduct](https://wot-rust.github.io/coc/) applies to this project.
## Codebase
The codebase is written in [rust](https://www.rust-lang.org/). You may use [rustup](https://rustup.rs/) to set up a full toolchain.
## Authorship
Please provide a correct authorship for your commit logs, with a name and a valid email.
## Commits
- The project is maintained using [Git](https://git-scm.com) and accepts pull requests.
- The project follows [conventional commits](https://www.conventionalcommits.org/en/about/).
- It follow the code formatting enforced by [rustfmt](https://github.com/rust-lang/rustfmt), run `cargo fmt` before making commits.