Version 0.3.5 beta
This commit is contained in:
13
core/l/PHPMailer/.github/ISSUE_TEMPLATE.md
vendored
Executable file
13
core/l/PHPMailer/.github/ISSUE_TEMPLATE.md
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
Please check these things before submitting your issue:
|
||||
|
||||
- [ ] Make sure you're using the latest version of PHPMailer
|
||||
- [ ] Check that your problem is not dealt with in [the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting), especially if you're having problems connecting to Gmail or GoDaddy
|
||||
- [ ] Include sufficient code to reproduce your problem
|
||||
- [ ] If you're having an SMTP issue, include the debug output generated with `SMTPDebug = 2` set
|
||||
- [ ] If you have a question about how to use PHPMailer (rather than reporting a bug in it), tag a question on Stack Overflow with `phpmailer`, but [**search first**](http://stackoverflow.com/questions/tagged/phpmailer)!
|
||||
|
||||
# Problem description
|
||||
|
||||
# Code to reproduce
|
||||
|
||||
# Debug output
|
||||
6
core/l/PHPMailer/.github/PULL_REQUEST_TEMPLATE.md
vendored
Executable file
6
core/l/PHPMailer/.github/PULL_REQUEST_TEMPLATE.md
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
Before submitting your pull request, check whether your code adheres to PHPMailer
|
||||
coding standards by running the following command:
|
||||
|
||||
`./vendor/bin/php-cs-fixer --diff --dry-run --verbose fix `
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user