From cbf5adfd251148900a7fc344907fadac3f00a4d2 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 1 Mar 2024 08:33:03 +0100 Subject: [PATCH] add PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 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..f90230b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +## Problem + +- *Description of why you made this PR, what is its purpose* + +## Solution + +- *And how do you relevantly fix that problem* + +## PR checklist + +- [ ] PR finished and ready to be reviewed + \ No newline at end of file