Skip to content

Commit

Permalink
adding rust-fmt details in contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DharunKumar04 committed Nov 21, 2023
1 parent f14cfaf commit 1ce9048
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@
### Cutting a release

- Increment the `Cargo.toml`
- Release via pushing a tag
- 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)

0 comments on commit 1ce9048

Please sign in to comment.