From a08e48783109e49be5f9e49adf97eae24b4ac3e6 Mon Sep 17 00:00:00 2001 From: serrrfirat Date: Fri, 27 Mar 2026 17:58:00 +0300 Subject: [PATCH] docs: clarify pre-review validation guidance --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b0cbfaa..c7a2b2df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: