From 140eaf453fc0b4e2f9bc3df3760c90bbd24a6c1c Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 1 Feb 2024 11:23:18 +0100 Subject: [PATCH] Add issue link info to PR template While reviewing pull requests I noticed there are a lot of PRs that are addressing open issues, but the PRs are not properly linked. This results in a lot of issues being left open, even after the fix has been merged. This updates the PR template to give a short instruction on adding the expected line in the PR description so that the issue and PR can be linked automatically and closed on merge. Signed-off-by: Sean McGinnis --- .github/PULL_REQUEST_TEMPLATE.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3f82ad5d3d..6913a3311e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,6 @@ +### Description + + + +### Issue + + + +Closes: # \ No newline at end of file