Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 419 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 419 Bytes

Contribution Guidelines

  • Add tests and docs for any new functionality
  • Format the code with rustfmt (Install with rustup component add rustfmt, run with cargo fmt)
  • Use meaningful commit messages in imperative mood: Please follow the advice in this blogpost.

Thanks for your contributions :)