From 40dd2650781d4bf2c110297e42d0d318493c5ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Traor=C3=A9?= <33811490+WilliamTraoreee@users.noreply.github.com> Date: Sun, 4 Sep 2022 23:42:39 +0200 Subject: [PATCH] Create pull_request_template.md --- pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..366fc18 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,22 @@ +# What does this PR do? + +Put description here + +> Screenshot of the feature + +Put screenshot following the template `before` => `after` here + +--- + +## PR Checklist + +### Global + +- [ ] This PR does not introduce any breaking change +- [ ] This PR introduces breaking change(s) and has been labeled as such +- [ ] I have found someone to review this PR and pinged him + +### Clean Code + +- [ ] I made sure the code is type safe (no any) +- [ ] I have included a feature flag on my feature, if applicable