From 8573ad8672e12392b6e41041779df646bcb76d52 Mon Sep 17 00:00:00 2001 From: Cristian Tabacitu Date: Fri, 3 Dec 2021 10:00:39 +0200 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..f2270ea --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ +## WHY + +### BEFORE - What was wrong? What was happening before this PR? + +?? + +### AFTER - What is happening after this PR? + +?? + + +## HOW + +### How did you achieve that, in technical terms? + +?? + + + +### Is it a breaking change or non-breaking change? + +?? + + +### How can we test the before & after? + +??