# Linking Issues to Pull Requests — GitHub

Source: https://www.geekswithgeeks.com/en/github/gh-issues-linking

> 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.

```markdown
Fixes #42
Closes #17
```

## Why link them

Linked issues give reviewers context, and the tracker stays accurate the moment the PR merges — no manual closing needed.
