Lesson 11 / 18
Linking Issues to Pull Requests
Auto-close an issue the moment the fixing PR merges.
Closing keywords
Use a closing keyword in a PR description or commit message to auto-close the linked issue on merge.
Fixes #42
Closes #17Why link them
Linked issues give reviewers context, and the tracker stays accurate the moment the PR merges — no manual closing needed.