#49816: chore: add PR Notes section requirement to CLAUDE.md
Merged
Created: Feb 16, 2026, 6:43:48 PM
Merged: Feb 17, 2026, 3:02:52 AM
2 comments
Target: main
Adds documentation to CLAUDE.md that PR bodies must always include a Notes: section as the last line, with consumer-facing release notes for Electron app developers.
Notes: none
Backports
41-x-y
In-flightSemver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron