From 6f9ee6024bc6633cf554540321142561108f32bb Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 12 Dec 2023 10:14:21 -0500 Subject: [PATCH] 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. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8a83cb0dc0..c7f22ec1c5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -Issue number: # +Issue number: resolves # ---------