Skip to content

Commit 6f9ee60

Browse files
authored
chore: add resolves to PR template (#28693)
I've noticed a few instances where the team forgets to add the "resolves" keyword (or similar "closes"/"fixes" keywords) when linking a PR to an issue. GitHub will not link the PR with the issue and will not close the issue on PR merge unless one of these keywords is used. I've updated the PR template to add the "resolves" keyword so team members don't need to worry about remembering to add it.
1 parent dc51b33 commit 6f9ee60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Issue number: #
1+
Issue number: resolves #
22

33
---------
44

0 commit comments

Comments
 (0)