Skip to content

Commit 4578883

Browse files
cristianocclaude
andcommitted
Restore the changelog workflow wording
The guide refresh unintentionally changed the contributor workflow to creating the pull request before its changelog entry; keep the original policy text. Signed-Off-By: Cristiano Calcagno <ccrisccris@gmail.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PCtQiaDijUqA2fujQXvKUw
1 parent bc90819 commit 4578883

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Read the area guide before changing a compiler subsystem:
149149
- Unit tests for utility functions
150150
- Always check JavaScript output quality
151151

152-
4. **Add a `CHANGELOG.md` entry** for any user-facing change (bug fix, feature, or breaking change). Create the PR first, then put the entry under the matching section of the current `(Unreleased)` version and end it with the PR link. See [CONTRIBUTING.md](CONTRIBUTING.md).
152+
4. **Add a `CHANGELOG.md` entry** for any user-facing change (bug fix, feature, or breaking change). Put it under the matching section of the current `(Unreleased)` version and end the line with the PR link. See [CONTRIBUTING.md](CONTRIBUTING.md). PRs are expected to include one.
153153

154154
### Debugging Techniques
155155

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ Adding a new entry there requires re-running the analysis tests. Follow these st
440440

441441
(If a `make` command fails, consider using the [DevContainer](#b-devcontainer).)
442442

443-
Finally, add a line to [CHANGELOG.md](CHANGELOG.md), using the `#### :nail_care: Polish` section. Create the pull request first, then add the entry with its PR link.
443+
Finally, add a line to [CHANGELOG.md](CHANGELOG.md), using the `#### :nail_care: Polish` section.
444444

445445
## Code structure
446446

0 commit comments

Comments
 (0)