You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ pre-commit run codespell --all-files
29
29
30
30
- Run `make ci-check` before committing.
31
31
- Do not delete failing tests.
32
-
- Update the `[Unreleased]` section of `CHANGELOG.md` for every user-facing change made to the codebase.
32
+
- Update the `[Unreleased]` section of `CHANGELOG.md` for every user-facing change made to the codebase. Entries must be concise (80–100 characters), written for pkgproxy users, and omit internal implementation details.
33
33
- Before pushing a release tag: rename `[Unreleased]` to `[v<version>] - <date>`, add a new empty `[Unreleased]` section above it, and commit.
34
34
- E2e tests must pass before a feature is considered complete.
35
35
- Adding support for a new Linux distribution requires adding corresponding e2e tests.
0 commit comments