Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## Closes issue

Replace `ISSUE_NUMBER` with the issue number that your pull request fixes. Then GitHub will link and automatically close the related issue.
Replace `ISSUE_NUMBER` with the issue number that your pull request addresses. This links the pull request to the related issue. Choose the appropriate form.

If you completely resolve the issue, then use `"Closes"`.
GitHub will automatically close the related issue when the PR gets merged.

- [ ] Closes #ISSUE_NUMBER

If you resolve only a part of the issue, then use `"See"`.
This form keeps the issue open for future work.

- [ ] See #ISSUE_NUMBER

## Description

Write a description of the fixes or improvements.
Expand Down
1 change: 1 addition & 0 deletions news/1394.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support keeping a linked issue open in the pull request template when the pull request fixes only a part of the original issue. @stevepiercy