From b28c7f76b744c56ec49246a3f0c58f1beaec7d4f Mon Sep 17 00:00:00 2001 From: Cristian Tabacitu Date: Fri, 3 Dec 2021 10:01:44 +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? + +??