You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
438 B
438 B
Contribution Guidelines
- Add tests and docs for any new functionality
- Format the code with rustfmt
(Install with
rustup component add rustfmt
, run withcargo fmt
) or use equivalent manual formatting. - Use meaningful commit messages. You can follow the advice in this blogpost.
Thanks for your contributions :)