diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b28aa3..3647673 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,4 +4,9 @@ ### Cutting a release - Increment the `Cargo.toml` -- Release via pushing a tag \ No newline at end of file +- Release via pushing a tag + +### Format the code for better codebase + + - Contributors please make sure to run `cargo fmt` in your local before submitting a PR + - Reference for installing `cargo fmt` in local [rust-](https://github.com/rust-lang/rustfmt) \ No newline at end of file