Skip to content

Commit ea25dc1

Browse files
committed
Re-add issue template
1 parent 53d0375 commit ea25dc1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Please check these things before submitting your issue:
2+
3+
- [ ] Make sure you're using the latest version of PHPMailer
4+
- [ ] 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
5+
- [ ] Include sufficient code to reproduce your problem
6+
- [ ] If you're having an SMTP issue, include the debug output generated with `SMTPDebug = 2` set
7+
- [ ] 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)!
8+
9+
# Problem description
10+
11+
# Code to reproduce
12+
13+
# Debug output

0 commit comments

Comments
 (0)