docs: clarify pre-PR contributor checklist (#1920)

* docs: clarify pre-PR contributor checklist

* docs: require contribution guide confirmation
This commit is contained in:
Cal
2026-07-14 11:07:46 +08:00
committed by GitHub
parent 0dc622e129
commit 2da3e4c400
+9
View File
@@ -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