docs: add issue linking instructions to PR workflow #23

Merged
mvhutz merged 1 commits from docs/issue-linking-workflow into main 2026-01-13 01:45:54 +00:00
Owner

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

  • 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).
mvhutz added 1 commit 2026-01-13 01:45:38 +00:00
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 main 2026-01-13 01:45:54 +00:00
mvhutz deleted branch docs/issue-linking-workflow 2026-01-13 01:45:54 +00:00
Sign in to join this conversation.