From b8d5e4a9c68b44a98fda50ed9692c8fa50d6696d Mon Sep 17 00:00:00 2001 From: yurixander <101931215+yurixander@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:37:58 +0100 Subject: [PATCH] Don't actually link to an issue --- .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 7fa010f..5c874fe 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,6 +6,6 @@ _Provide a detailed description of proposed changes._ ### Reference issue to close (if applicable) -_Specify any issues that can be closed from these changes (e.g. Closes #233)._ +_Specify any issues that can be closed from these changes (e.g. `Closes #233`)._ - Closes