From 022bd98f262597a0e8f50c522b0108d4780c30dd Mon Sep 17 00:00:00 2001 From: Daniel Goldberg Date: Sun, 7 Jan 2018 11:19:03 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 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 000000000..1c84f4c45 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ +# Feature / Fixes +> Changes/Fixes the following feature + +* [ ] Have you added an explanation of what your changes do and why you'd like to include them? +* [ ] Have you successfully tested your changes locally? + +## Changes + - + - + -