From 01153dcb9daa8fc9b5850ad9e7caae9100d33325 Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Fri, 2 Oct 2020 16:01:28 -0500 Subject: [PATCH] Iterate on pull request template. - Moves the "front matter" to a Markdown comment so you don't necessarily have to delete it. - Reduces a little bit of boilerplate (this is a bit subjective). - Tweaks some formatting (also subjective). - Describe what happens when you use "Fixes [...]". - Tweak the release note block so it should be easier to parse out automatically (using the same syntax as Kubernetes). Signed-off-by: Matt Moyer --- .github/pull_request_template.md | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 89c22a00..3dfa1f06 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,4 @@ + --- Please delete this line and all lines above this line before submitting the PR. Thanks! -- + -**Things to consider while reviewing this PR** + -**Suggested release note for the first release which contains this PR** +**Release note**: + + +```release-note ``` -release-note here -```