Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 authored Aug 24, 2017
1 parent e1ee76c commit dda616b
Showing 1 changed file with 56 additions and 8 deletions.
64 changes: 56 additions & 8 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,59 @@
Include the following information with your issue:
Complete the following form to have your issue reviewed:

1. Nodemailer version you are having problems with (eg. v1.3.7)
2. Node.js version you are using (run `node -v` to see it, eg v5.5.0)
3. Your operating system (eg. Windows 10, Ubuntu 14.04 etc.)
4. Nodemailer configuration settings
5. If possible, include a minimal test case that can be used to verify your issue (link to a gist would be great!)
### 1. Is this a bug in Nodemailer?

- [ ] Yes
- [ ] No

> Note. Non bug issues are closed by default. Head to Stack Overflow for support questions: https://stackoverflow.com/search?q=nodemailer
If you are having problems with Gmail, then make sure you have read this post before filing your issue: <https://nodemailer.com/usage/using-gmail/>
### 2. Is this related to Gmail / Hotmail / Yahoo?

"SyntaxError: Unexpected token ..." – check your Node.js version, it must be at least v6.0.0. If you do have Node.js v6 or later installed then check if you have multiple Node versions installed.
- [ ] Yes
- [ ] No

> Note. If you can not log in to Gmail then Gmail is blocking you. These issues are cloed by default.
### 3. Is your issue related to SSL/TLS errors?

- [ ] Yes
- [ ] No

> Note. Most probably you are trying to connect to a server with a self-signed/expired cert or the server supports only ancient ciphers. Such issues are closed by default.
### 4. Is your issue related to connection timeouts

- [ ] Yes
- [ ] No

> Note. Most probably you are firewalled out from the server. Such issues are closed by default.
### 5. Do you get SyntaxError when using Nodemailer?

- [ ] Yes
- [ ] No

> Note. You are using too old version of Node.js, please upgrade. Such issues are closed by default.

### 6. Nodemailer version you are having problems with (eg. v1.3.7)

...

### 7. Node.js version you are using (run `node -v` to see it, eg v5.5.0)

...

### 8. Your operating system (eg. Windows 10, Ubuntu 14.04 etc.)

...

### 9. Nodemailer configuration settings (if applicable)

...

### 10. If possible, include a minimal test case that can be used to verify your issue (link to a gist would be great!)

...

Thanks!

0 comments on commit dda616b

Please sign in to comment.