From e43477769f39fcd15f27da7038219bed6174fbc1 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Tue, 30 Jul 2024 19:21:51 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2aa003..c377f80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,8 +12,7 @@ 8. `cargo fmt --all`, you can configure 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) -9. `./check-before-push.sh` or `cmd /c check-before-push.bat` and fix any errors -10. Create a **PR** back to **main** repo to the `main` branch -11. Monitor the checks (GitHub actions run) -12. Respond to any comments -13. In the end, ideally, it will be merged to `main` +0. Create a **PR** back to **main** repo to the `main` branch +10. Monitor the checks (GitHub actions run) +11. Respond to any comments +12. In the end, ideally, it will be merged to `main`