docs: add issue linking instructions to PR workflow #23
Reference in New Issue
Block a user
Delete Branch "docs/issue-linking-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.