How can I link issues to pull requests on GitHub? #823
-
How can I link issues to pull requests on GitHub? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
You can link issues to pull requests on GitHub by mentioning the issue number in the pull request description or comments. Use the # symbol followed by the issue number (e.g., |
Beta Was this translation helpful? Give feedback.
-
To link an issue in a pull request, add "fixes #issue-number" in the description, or use the "Linked issues" section to manually connect it for easy tracking. |
Beta Was this translation helpful? Give feedback.
-
To link an issue to a pull request (PR) on GitHub, you can mention the issue number in the PR description or comments using the # symbol followed by the issue number (e.g., #123). |
Beta Was this translation helpful? Give feedback.
You can link issues to pull requests on GitHub by mentioning the issue number in the pull request description or comments. Use the # symbol followed by the issue number (e.g.,
#123
) to create a link to the issue. Additionally, when merging the pull request, you can use keywords like "closes," "fixes," or "resolves" followed by the issue number in the pull request description (e.g., Fixes#123
). This automatically closes the issue once the pull request is merged.