Skip to content

Commit 38635d0

Browse files
authored
PULL_REQUEST_TEMPLATE: clarify that issue number needs to be replaced (commons-app#3599)
Some contributors seem to be missing the fact that they have to mention the issue number right after `Fixes ` to ensure the corresponding issue gets closed[1] when the PR gets merged. Clarify this by using a better phrase that clearly states that they have to replace the placeholder text with the issue number. [1]: https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
1 parent b085091 commit 38635d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Description (required)**
22

3-
Fixes #{GitHub issue number}
3+
Fixes #INSERT_ISSUE_NUMBER_HERE
44

55
What changes did you make and why?
66

0 commit comments

Comments
 (0)