docs: clarify pre-review validation guidance

This commit is contained in:
serrrfirat
2026-03-27 17:58:28 +03:00
parent d029f487cd
commit a08e487831
+2
View File
@@ -55,6 +55,8 @@ cargo test # unit tests
cargo test --features integration # + PostgreSQL tests
```
These commands are for day-to-day iteration while you are developing locally. The pre-submission checks below are intentionally stricter and use CI-style flags so you can catch formatting drift and clippy warnings before requesting review.
## Before You Open a PR
Run the local validation checks required before requesting a review. These are stricter than the commands for iterative development: