From ee9c363160bc6e9cb206cc39758a4f4e9b425d4c Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 4 Jul 2021 01:47:09 +0200 Subject: [PATCH] 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. --- .github/PULL_REQUEST_TEMPLATE.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index cf8c35d4..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -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