From dda71a464c04b32cb60785ef74327005c1a08157 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Tue, 17 Feb 2026 01:02:52 -0800 Subject: [PATCH] chore: add PR Notes section requirement to CLAUDE.md (#49816) docs: add PR Notes section requirement to CLAUDE.md Co-authored-by: Claude Opus 4.6 --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index f51fd5710c..0c2e1acbe8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -155,6 +155,10 @@ e test # Run full test suite When working on the `roller/chromium/main` branch to upgrade Chromium activate the "Electron Chromium Upgrade" skill. +## Pull Requests + +PR bodies must always include a `Notes:` section as the **last line** of the body. This is a consumer-facing release note for Electron app developers — describe the user-visible fix or change, not internal implementation details. Use `Notes: none` if there is no user-facing change. + ## Code Style **C++:** Follows Chromium style, enforced by clang-format