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.
This commit is contained in:
Liam DeBeasi
2023-12-12 10:14:21 -05:00
committed by GitHub
parent dc51b33db5
commit 6f9ee6024b

View File

@@ -1,4 +1,4 @@
Issue number: #
Issue number: resolves #
---------