From e96411f69352519af4165a2c75ccedf66edda613 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Mon, 10 Jun 2024 02:59:11 +0300 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c6d9d55..77c32bc 100644 --- a/README.md +++ b/README.md @@ -960,13 +960,14 @@ 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. `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 -- -D warnings` 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` +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`