Create PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Somdev Sangwan
2018-11-15 10:39:33 +05:30
committed by GitHub
parent 73a6b9885d
commit 2d15a7c179

19
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -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?
<!-- If you have added an argument which doesn't require a value, please don't use a shorthand for it. -->
<!-- For example, if you to introduce an option to disable colors please use --no-colors instead of -c -->
#### 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.