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