Merge pull request #613 from AbdullahM0hamed/template

Add pull request template
master
Red 2021-01-27 15:15:03 +00:00 committed by GitHub
commit a2900a4e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
-->