update readme

This commit is contained in:
yggverse 2024-11-08 04:57:17 +02:00
parent 796d037d74
commit 1e5d5a46cf

View File

@ -205,6 +205,7 @@ Quick start guide and maintenance protocol
* Before commit, please make sure:
* new branch created for every new PR `git checkout -b 'contribution-name'`
* new code follows common [rustfmt](https://rust-lang.github.io/rustfmt/) style `cargo fmt --check`
* use `cargo clippy` for final optimization
#### Contributors