From 7017d3b71ead1d2cd8e8aeed77b9c6ea17f56cf4 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Wed, 25 Sep 2019 11:33:43 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..99706639 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: If you've found a bug in PHPMailer, this is the right place to report it +title: '' +labels: '' +assignees: '' + +--- + +Please check these things before submitting your issue: + +- [ ] *Read the error message* you're seeing - it often tells you what is wrong, and may contain useful links & instructions +- [ ] 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