From 2d15a7c179a013b5c7cb980ea30692b196b30038 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Thu, 15 Nov 2018 10:39:33 +0530 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 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..890e20c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +#### What does it implement/fix? Explain your changes. + +#### Where has this been tested? +Python Version:\ +Operating System: + +#### Does this close any currently open issues? + +#### Does this add any new dependency? + +#### Does this add any new command line switch/option? + + + +#### Any other comments you would like to make? + +#### Some Questions +- [ ] I have documented my code. +- [ ] I have tested my build before submitting the pull request.