From 819beca5abc3a32ca09d2a21273a6bf45bc7d759 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Tue, 18 Apr 2017 17:45:29 +0200 Subject: [PATCH] Name issue template correctly --- issue_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 00000000..44350317 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,14 @@ +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) +- [] 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're having problems connecting to gmail or GoDaddy, check the troubleshooting guide +- [] 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](http://stackoverflow.com/questions/tagged/phpmailer), but **search first**! + +# Problem description + +# Code to reproduce + +# Debug output