Skip to content

Commit 03230a8

Browse files
committed
(MODULES-11816) Update branch-name convention in CLAUDE.md
Branch names now follow <module-id>-<short-change-related-name> (e.g. MODULES-11816-add-claude-md) instead of just the bare ticket id. Test-PR runs of community PRs still use the <module-id>-pr<upstream-pr-number> pattern.
1 parent 91222bb commit 03230a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RuboCop config lives in `.rubocop.yml` with overrides for puppet-module style. E
9090

9191
## Conventions when committing
9292

93-
- Branch names follow `MODULES-<ticket>` (the Jira project key). For test-PR runs of community PRs, the convention used here is `MODULES-<ticket>-pr<upstream-pr-number>`.
93+
- Branch names follow `<module-id>-<short-change-related-name>`, where `<module-id>` is the Jira ticket key (e.g. `MODULES-11816-add-claude-md`, `MODULES-12345-fix-el10-default-version`). Keep the trailing slug short, kebab-cased, and descriptive of the change. For test-PR runs of community PRs, the convention used here is `<module-id>-pr<upstream-pr-number>` (e.g. `MODULES-11807-pr1650`).
9494
- Commit messages and PR titles start with `(MODULES-XXXX)` — the Jira automation uses this to link commits back to tickets.
9595
- When cherry-picking community PRs, squash to one commit and add a `Co-authored-by:` trailer for the original contributor.
9696

0 commit comments

Comments
 (0)