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 <willmurphyscode@users.noreply.github.com>
This commit is contained in:
William Murphy 2024-12-11 12:37:55 -05:00 committed by GitHub
parent 445142886e
commit 6deb41c458
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ or link to an issue where this is explained.
<!-- If this completes an issue, please include: -->
- Fixes #
- Fixes
## Type of change