From fd2d08c66550cbb7a943f121f66ca4a27adefd6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Roj?= <42382743+TomasRoj@users.noreply.github.com> Date: Thu, 25 Apr 2019 18:05:17 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE_md --- PULL_REQUEST_TEMPLATE_md | 17 +++++++++++++++++ 1 file changed, 17 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 000000000..728703d61 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE_md @@ -0,0 +1,17 @@ +### All Submissions: + +* [ ] Have you followed the guidelines in our Contributing document? +* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? + + + +### New Feature Submissions: + +1. [ ] Does your submission pass tests? +2. [ ] Have you lint your code locally prior to submission? + +### Changes to Core Features: + +* [ ] Have you added an explanation of what your changes do and why you'd like us to include them? +* [ ] Have you written new tests for your core changes, as applicable? +* [ ] Have you successfully ran tests with your changes