From 6deb41c458a1cf169ee7703d4513dfd3fabdfa0e Mon Sep 17 00:00:00 2001 From: William Murphy Date: Wed, 11 Dec 2024 12:37:55 -0500 Subject: [PATCH] chore: make fixes field in PR template match auto-close regex (#3520) Previously, if filling out this template, someone pasted a PR link after "Fixes #", the issue wouldn't automatically close, probably because the extra "#" confused the auto-close regex. Signed-off-by: Will Murphy --- .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 de2b78a66a68..faf52b8bef69 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ or link to an issue where this is explained. -- Fixes # +- Fixes ## Type of change