From 4d10e21fb1bf7b2cbf5e21190d1127d1f24fb077 Mon Sep 17 00:00:00 2001 From: Robin Gagnon Date: Wed, 23 Oct 2024 11:32:10 -0500 Subject: [PATCH] chore: Link issues properly in pull request template When using "Closes" instead of "Fixes", a proper link is added to the issue and upon merging the PR, the issue will automatically be closed. --- .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 7d49eea..c9dd959 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Please provide a short description of the changes in this pull request. -Fixes # (issue) +Closes # (issue) ## Type of change