Skip to content

Commit 92cb23e

Browse files
committed
Clarify CHANGELOG.md entry guidelines to specify user-facing changes only
1 parent d0244ea commit 92cb23e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ src/
108108

109109
When adding features, updating features, or fixing bugs:
110110

111-
- **CHANGELOG.md**: Add an entry under the current unreleased version section
111+
- **CHANGELOG.md**: Add an entry under the current unreleased version section for **user-facing changes only**. Do not include internal changes such as test fixes, refactoring, dependency updates, or build/CI changes.
112112
- New features → `### Added:`
113113
- Updated features → `### Changed:`
114114
- Bug fixes → `### Fixed:`

0 commit comments

Comments
 (0)