From 71fe1670921371c9a9c861a12972b59700eb8b33 Mon Sep 17 00:00:00 2001 From: Maikel Date: Wed, 12 Jan 2022 12:55:12 +1100 Subject: [PATCH] Move release notes to the title of the PR Github can generate release notes from titles automatically. That's much easier than us copying the text from each pull request. Also changed: - Converted instructions for the issue number to a comment to make pasting the issue number easier. - More detail for testing instructions. Many people don't fill them out correctly. - Formatting of comments for better readability. --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ec1a08947e..3e12da4030 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,32 +1,39 @@ #### What? Why? -Closes #[the issue number this PR is related to] +Closes # + Provide context for others to understand it. --> #### What should we test? - - + +- Visit ... page. +- #### Release notes - + Changelog Category: User facing changes | Technical changes + + +The title of the pull request will be included in the release notes. #### Dependencies + Add the link or remove this section. --> #### Documentation updates + List them here or remove this section. -->