From 1b92fb10de8ebf118f54d70e06c2cde4701a1ae3 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Tue, 28 Nov 2023 10:52:27 +0000 Subject: [PATCH] Improvements to PR template (#13198) I like a bit more of a hint what the PR is supposed to achieve. Also, I took out a suggestion not to write tests. We can decide case-by-case if it's ok not to add a test; no need to encourage it. Signed-off-by: Bryan Boreham --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 95df72dd0..cf90177b1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,8 @@