Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 305 Bytes

File metadata and controls

13 lines (8 loc) · 305 Bytes

How to link an issue to a pull request

To link a pull request to an issue, add one of the following lines to the pull request description:

  • Fixes #ISSUE_NUMBER

Example:

Fixes #123

This helps reviewers understand the context of the change and allows GitHub to automatically manage issue state.