When pushing commits that resolve GitHub issues, include one of these keywords in the commit message:
Closes #issueNumber- for general issue resolutionFixes #issueNumber- for bug fixesResolves #issueNumber- alternative to closes
Add flexible persistence.xml configuration workflow
Closes #14011
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
When Claude pushes commits that complete an issue, automatically include the appropriate closing keyword in the commit message.
When creating hotfix branches targeting production branches (e.g., ruhunu-prod), the branch name must end with -hotfix. This is required for the PR to be mergeable.
Format: <issue-number>-<description>-hotfix
Examples:
19635-configurable-bill-serial-digits-hotfix19500-fix-grn-return-hotfix
Feature branches should be based on origin/development (never master) and follow the pattern:
Format: <issue-number>-<description>
Examples:
19635-configurable-bill-number-serial-digits19500-fix-grn-return-approval