Remove PR template
PR 2373 changed the CI in such a way that coding standards errors will now be shown inline in the code of PRs. With that change in place, having the information about running PHPCS in the pull request template has become redundant.
This commit is contained in:
parent
57a1323ef3
commit
ee9c363160
|
|
@ -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