summaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..94be46df
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,11 @@
+### All Submissions:
+
+* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?
+* [ ] Have you added an explanation of what problem you are trying to solve with this PR?
+* [ ] Have you added information on what your changes do and why you chose this as your solution?
+* [ ] Have you written new tests for your changes?
+* [ ] Does your submission pass tests?
+* [ ] This project follows PEP8 style guide. Have you run your code against the 'flake8' linter?
+
+
+