From 814e400273c67653e61e74a2275deb3797425e7f Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 10 Jul 2026 22:06:30 +0000 Subject: [PATCH] docs: document the pull request title convention Commit messages had a convention; pull request titles had only "write it in English". State the rule where the reviewer and the template can point to it: the title names the whole request, mirrors the commit header when the branch carries one intention, and uses a plain descriptive title when it carries several, with issue references kept in the description. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01S4XHakMTBzuDo9C3Pnjbm5 --- .github/pull_request_template.md | 7 +++- CLAUDE.md | 1 + CONTRIBUTING.md | 59 ++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0d792ea..dd28718 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,10 @@