From 2da3e4c4004da4316d76347bf91752abedca2c03 Mon Sep 17 00:00:00 2001 From: Cal <99893432+adityachaudhary99@users.noreply.github.com> Date: Tue, 14 Jul 2026 08:37:46 +0530 Subject: [PATCH] docs: clarify pre-PR contributor checklist (#1920) * docs: clarify pre-PR contributor checklist * docs: require contribution guide confirmation --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41fd70d21..57c1c24a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,8 +46,17 @@ This step prevents wasted effort on PRs that might otherwise be closed without r ## Pull Requests +Before opening a PR: + +- Read this `CONTRIBUTING.md` file. +- Read [`AGENTS.md`](AGENTS.md) for repo-specific coding-agent conventions, validation commands, provider guidance, and architecture rules. +- Re-check open and recently closed PRs for duplicates. +- Keep the branch focused on one issue or one clearly scoped improvement. +- Run the narrowest meaningful validation command for the touched area. + Every PR needs a reason. Your PR description must include: +- confirmation that you reviewed both this `CONTRIBUTING.md` file and [`AGENTS.md`](AGENTS.md) - what changed and why - the user or developer impact - the exact checks you ran