From d5ef7a2b5e2646e1541cb4cf2eec5033fe25f08d Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Fri, 15 Sep 2017 15:38:30 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md (#1165) --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..8e31fd23 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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.