This PR updates CLAUDE.md to include documentation about linking issues in pull requests.
The documentation explains how to use the "Closes #" syntax in commit messages and PR descriptions to automatically link and close issues when PRs are merged.
Changes
Added "Linking issues" section to Pull Request Management in CLAUDE.md.
Documented the use of Closes #<number> syntax for automatic issue closure.
Benefits
Developers will know to properly link issues in their PRs.
Issues will be automatically closed when their corresponding PRs are merged.
The repository will maintain better traceability between issues and PRs.
Checklist
Code follows conventional commit format.
Branch follows naming convention (<type>/<description>). Always use underscores.
Tests pass (if applicable).
Documentation updated (if applicable).
## Description
This PR updates CLAUDE.md to include documentation about linking issues in pull requests.
The documentation explains how to use the "Closes #<number>" syntax in commit messages and PR descriptions to automatically link and close issues when PRs are merged.
### Changes
- Added "Linking issues" section to Pull Request Management in [CLAUDE.md](CLAUDE.md:81-82).
- Documented the use of `Closes #<number>` syntax for automatic issue closure.
## Benefits
Developers will know to properly link issues in their PRs.
Issues will be automatically closed when their corresponding PRs are merged.
The repository will maintain better traceability between issues and PRs.
## Checklist
- [x] Code follows conventional commit format.
- [x] Branch follows naming convention (`<type>/<description>`). Always use underscores.
- [x] Tests pass (if applicable).
- [x] Documentation updated (if applicable).
Added documentation about using "Closes #<number>" syntax to link and
automatically close issues when PRs are merged.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
mvhutz
merged commit 19652563a4 into main2026-01-13 01:45:54 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
This PR updates CLAUDE.md to include documentation about linking issues in pull requests.
The documentation explains how to use the "Closes #" syntax in commit messages and PR descriptions to automatically link and close issues when PRs are merged.
Changes
Closes #<number>syntax for automatic issue closure.Benefits
Developers will know to properly link issues in their PRs.
Issues will be automatically closed when their corresponding PRs are merged.
The repository will maintain better traceability between issues and PRs.
Checklist
<type>/<description>). Always use underscores.