From 7dd82cce658bc9b9d684f8d129b28f27f664c3d2 Mon Sep 17 00:00:00 2001 From: Grigory Vodyanov Date: Mon, 1 Jun 2026 15:11:04 +0200 Subject: [PATCH] feat: update agents.md Signed-off-by: Grigory Vodyanov --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 2c01098565..3c253c7d51 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -117,6 +117,10 @@ After completing code changes: 7. Suggest a commit message using Conventional Commits format 8. The user will review and commit when ready +### PR Descriptions + +A brief "How to test" section in the PR body is welcome, a few sentences describing what to exercise and what to look for. Do **not** write a checklist (no `- [ ] ...` items) in the testing section, it isn't useful and adds noise. + ### PR Review Workflow Once a branch is pushed and under review, **do not force-push**. Reviewers track changes incrementally — a force-push destroys that history and forces them to re-read the full diff from scratch.