Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 705 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 705 Bytes

wot-rust contribution guide

CoC

The wot-rust Code of Conduct applies to this project.

Codebase

The codebase is written in rust. You may use rustup 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 and accepts pull requests.
  • The project follows conventional commits.
  • It follow the code formatting enforced by rustfmt, run cargo fmt before making commits.