From e79e9ec86764390f80ac985657864b6540f31207 Mon Sep 17 00:00:00 2001 From: Anthony Swierkosz Date: Sat, 4 Jun 2022 20:58:17 -0400 Subject: [PATCH 1/3] Add `pull_request_template.md` --- .github/pull_request_template.md | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..4ecce018e7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,38 @@ + + +# Description + + + +## Changes + + + +## Why + + + +Closes #[Issue Number] + + \ No newline at end of file From 19df4ab69921c669188c99ed344280e74f07aa27 Mon Sep 17 00:00:00 2001 From: Anthony Swierkosz Date: Sat, 4 Jun 2022 21:16:43 -0400 Subject: [PATCH 2/3] Refinements to PR template --- .github/pull_request_template.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4ecce018e7..d22919be6a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,18 +2,12 @@ Fill out the information below to help us review this pull request. You can delete these comments once you are done. --> - -# Description - +## Description -## Changes - - ## Why @@ -26,7 +20,14 @@ If your changes are extensive, you can provide a brief description here and list - For more information, see [Linking a pull request to an issue using a keyword](https://docs.github.com/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword). --> -Closes #[Issue Number] +- Closes #[Issue Number] + +## Changes + + @@ -25,7 +25,7 @@ If your changes are extensive: ## Changes