From 67f5eba982bf3271f0ebf91963140b2180e681e6 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Thu, 13 Jun 2024 08:29:11 +0300 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 77c32bc..bc41d3c 100644 --- a/README.md +++ b/README.md @@ -960,14 +960,13 @@ Unless you explicitly state otherwise, any contribution intentionally submitted 1. Fork the repo 2. Make the changes in your fork 3. Add tests for your changes, if applicable -4. `RUSTFLAGS: "-Dwarnings"` set this before you run `cargo` commands, one time per terminal or add it to your `rc` file -5. `cargo build --all --all-features` and fix any issues -6. `cargo fmt --all`, you can cnofigure your IDE to do this on save [RustRover](https://www.jetbrains.com/help/rust/rustfmt.html) and [VSCode](https://code.visualstudio.com/docs/languages/rust#_formatting) -7. `cargo check --all --all-features` and fix any errors and warnings -8. `cargo clippy --all --all-features` and fix any errors -9. `cargo test --all --all-features` and fix any issues -10. `cargo bench --all --all-features` and fix any issues -11. Create a PR -12. Monitor the checks (GitHub actions runned) -13. Respond to any comments -14. In the end ideally it will be merged to `main` +4. `cargo build --all --all-features` and fix any issues +5. `cargo fmt --all`, you can cnofigure your IDE to do this on save [RustRover](https://www.jetbrains.com/help/rust/rustfmt.html) and [VSCode](https://code.visualstudio.com/docs/languages/rust#_formatting) +6. `cargo check --all --all-features` and fix any errors and warnings +7. `cargo clippy --all --all-features` and fix any errors +8. `cargo test --all --all-features` and fix any issues +9. `cargo bench --all --all-features` and fix any issues +10. Create a PR +11. Monitor the checks (GitHub actions runned) +12. Respond to any comments +13. In the end ideally it will be merged to `main`