From 5183237d27a5c7341a742d1d06656abee163087c Mon Sep 17 00:00:00 2001 From: Joel Keyser Date: Sat, 11 Jan 2025 17:26:48 -0600 Subject: [PATCH] chore: remove brackets from PR template multiple people have misunderstood that the issue number is supposed to replace the square brackets, putting the number inside them instead. we'll keep an eye on if this syntax without the brackets works any better. --- .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 5ee7750f..c9ab6a5b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Closes #[insert issue number] +Closes #issue-number-here ### Description of changes