From 6ff2d89356098cf30b3591c74ddae23b281dfa61 Mon Sep 17 00:00:00 2001 From: Agustin Tena Date: Mon, 25 Jul 2022 12:05:32 +0200 Subject: [PATCH] chore: add pr template (#13) --- .github/pull_request_template.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/pull_request_template.txt diff --git a/.github/pull_request_template.txt b/.github/pull_request_template.txt new file mode 100644 index 0000000..f8ba099 --- /dev/null +++ b/.github/pull_request_template.txt @@ -0,0 +1,14 @@ +Fixes # + +## Changes + + - + +### Checks + +* [ ] Have you catchup your branch with the latest state in base? +* [ ] Have you lint your code locally prior to submission? +* [ ] Have you reviewed your proposed changes and removed debris? +* [ ] Have you successfully ran due tests with your changes? + +