Add pull request template

master
AbdullahM0hamed 2021-01-27 15:03:25 +00:00
parent 8a996c5d1a
commit 2fb9074945
1 changed files with 13 additions and 0 deletions

13
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,13 @@
<!--
If you are adding a provider, please remember to:
- Add the provider to README.md
If there are any related issues, please mention them - e.g:
Closes #372
Closes #284
All modified python files should have `autopep8 --in-place file.py` run on them to ensure that they follow PEP8 standards
-->