From 7fce6d3c7ecbd8a35ed868dd9556fd69282e4edf Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Sat, 21 May 2016 12:52:43 -0700 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..dd58e58a --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +Include the following information with your issue: + +1) Nodemailer version you are having problems with (eg. v1.3.0) +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!)