Create PULL_REQUEST_TEMPLATE.md (#1165)

This commit is contained in:
Filippo Tessarotto 2017-09-15 15:38:30 +02:00 committed by Marcus Bointon
parent 54943068be
commit d5ef7a2b5e
1 changed files with 6 additions and 0 deletions

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

@ -0,0 +1,6 @@
Before submitting your pull request, be sure your code adheres to PHPMailer
coding standards by running the following command:
`./vendor/bin/php-cs-fixer fix`
And committing eventual changes.