Merge pull request #2406 from jrfnl/feature/remove-PR-template

Remove PR template
This commit is contained in:
Marcus Bointon 2021-07-04 14:50:09 +02:00 committed by GitHub
commit f3978c38cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
Before submitting your pull request, check whether your code adheres to PHPMailer coding standards (which is mostly [PSR-12](https://www.php-fig.org/psr/psr-12/)) by running [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer):
./vendor/bin/phpcs
Any problems reported can probably be fixed automatically by using its partner tool, PHP code beautifier:
./vendor/bin/phpcbf