From db78e21bdcb786d5c36c5da28e571194e532ad50 Mon Sep 17 00:00:00 2001 From: Adam Radocz Date: Wed, 14 Nov 2018 21:02:40 +0100 Subject: [PATCH 1/3] Add Pull request template --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 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..20f0f3808f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ +Fixes # + +**Description of the Change** From f4ffcbae9787a30e4b4adbe538728344f17004b6 Mon Sep 17 00:00:00 2001 From: Adam Radocz Date: Thu, 15 Nov 2018 14:23:06 +0100 Subject: [PATCH 2/3] Update pull_request_template.md Extended with the Alternate Designs and the Release Notes section. --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 20f0f3808f..fd57d83e7d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,13 @@ Fixes # **Description of the Change** + + +**Alternate Designs** + + +**Release Notes** + From 00f1a3ff12bc0572288ef3cc6041f1e191f1579d Mon Sep 17 00:00:00 2001 From: Adam Radocz Date: Thu, 15 Nov 2018 14:24:06 +0100 Subject: [PATCH 3/3] Simplification --- .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 fd57d83e7d..a1475081f4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,4 +10,4 @@ Fixes # +If this change is not user-facing or notable enough to be included in release notes you may use the string "N/A" here. -->