Tweak PR template to be less potentially destructive

This commit is contained in:
Marcus Bointon 2017-10-10 09:10:40 +02:00
parent c13513418d
commit 916d68cf17
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Before submitting your pull request, be sure your code adheres to PHPMailer
Before submitting your pull request, check whether your code adheres to PHPMailer
coding standards by running the following command:
`./vendor/bin/php-cs-fixer fix`
`./vendor/bin/php-cs-fixer --diff --dry-run --verbose fix `
And committing eventual changes.
And committing eventual changes. It's important that this command uses the specific version of php-cs-fixer configured for PHPMailer, so run `composer install` within the PHPMailer folder to use the exact version it needs.