From 740008e32be6a916b55a44db2c58041bbb205955 Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Thu, 4 Feb 2021 10:51:03 +0100 Subject: [PATCH] .github: clean up PR template (#6050) I got tired of seeing the literal phrase "Closes #XXX" left in PR bodies. Also, this template isn't usually viewed as rendered markdown, so I've removed the markdown formatting and the "Description" heading (which usually gets deleted anyways). --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 975ad1cf5..d13124fa9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ -## Description +Please add a description of the changes that this PR introduces and the files that +are the most critical to review. -_Please add a description of the changes that this PR introduces and the files that -are the most critical to review._ +If this PR fixes an open Issue, please include "Closes #XXX" (where "XXX" is the Issue number) +so that GitHub will automatically close the Issue when this PR is merged. -Closes: #XXX