Merge pull request #2406 from jrfnl/feature/remove-PR-template
Remove PR template
This commit is contained in:
commit
f3978c38cc
|
|
@ -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
|
||||
Loading…
Reference in New Issue