diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-24 08:52:06 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-24 08:52:06 +0000 |
| commit | d96e93e81f98d18aa84f701b578f4239020652c3 (patch) | |
| tree | 836059ba6a7c45ba549f7c860b741382c6ec1015 /node_modules/nodemailer/ISSUE_TEMPLATE.md | |
| parent | ba43bb22a514a5100ae65ebbdd2d9c5581b2c01d (diff) | |
Implemented the password reset function
Diffstat (limited to 'node_modules/nodemailer/ISSUE_TEMPLATE.md')
| -rw-r--r-- | node_modules/nodemailer/ISSUE_TEMPLATE.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/node_modules/nodemailer/ISSUE_TEMPLATE.md b/node_modules/nodemailer/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..299a8f2 --- /dev/null +++ b/node_modules/nodemailer/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +Include the following information with your issue: + +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) If possible, include a minimal test case that can be used to verify your issue (link to a gist would be great!) + +If you are having problems with Gmail, then make sure you have +read this post before filing your issue: http://nodemailer.com/using-gmail/ |
