From 94ed66bce6073c1e306a0fd2578ea77d4faee813 Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Thu, 28 Nov 2019 22:26:15 -0800 Subject: [PATCH 1/5] Create pull_request_template.md --- .github/pull_request_template.md | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 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 0000000..ab8d58f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,50 @@ + + +## Motivation + +_(fill-in or delete this section)_ + + + +## Changes + +_(fill-in or delete this section)_ + + + +## Testing + +_(fill-in or delete this section)_ + + + +## Reviewer Guidelines + +_(fill-in or delete this section)_ + + + +## Out of Scope / Future Work + +_(fill-in or delete this section)_ + + From a655beb4b115d70966cd813f8b8b6ccf34d25b0d Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Thu, 28 Nov 2019 23:35:01 -0800 Subject: [PATCH 2/5] Update .github/pull_request_template.md Co-Authored-By: Sascha Grunert --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ab8d58f..3353df8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ - @@ -29,7 +29,9 @@ _(fill-in or delete this section)_ _(fill-in or delete this section)_ - + ## Reviewer Guidelines From b2a974ead08b356b0644b4a9e8f7e13a1183c70b Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Thu, 28 Nov 2019 23:36:03 -0800 Subject: [PATCH 4/5] remove out of scope section --- .github/pull_request_template.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3e7aae4..e3628c3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -41,12 +41,3 @@ _(fill-in or delete this section)_ Is there any particular feedback you would / wouldn't like? Which parts of the code should reviewers focus on? --> - -## Out of Scope / Future Work - -_(fill-in or delete this section)_ - - From dad06805995ca192ca92eb4a3b657257a4f16a29 Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Thu, 28 Nov 2019 23:39:52 -0800 Subject: [PATCH 5/5] Add release notes section --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e3628c3..8e80f9c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,6 +16,17 @@ _(fill-in or delete this section)_ Fixes #39 --> +## Release Notes + +_(fill-in or delete this section)_ + + + ## Changes _(fill-in or delete this section)_ @@ -23,6 +34,8 @@ _(fill-in or delete this section)_ ## Testing