From 66afbe8e7f54ae724e24276c923214d47ef95322 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Thu, 6 Feb 2025 10:42:16 -0500 Subject: [PATCH] github: update PR template so issues are auto-linked Signed-off-by: Nathan Weinberg --- .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 fb02dd136..2e8a7edb4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ In short, provide a summary of what this PR does and why. Usually, the relevant context should be present in a linked issue. -- [ ] Addresses issue (#issue) +- [ ] Resolves issue (#issue) ## Test Plan