From 04b15aeee08161a53f6c4b22cad978d2da7aa4a9 Mon Sep 17 00:00:00 2001 From: Priefy Date: Wed, 25 Oct 2017 07:42:53 +0700 Subject: [PATCH 1/2] add .github/ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..f53f045 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +#### Issue Summary + +A summary of the issue and the environment in which it occurs. If suitable, include the steps required to reproduce the bug. Please feel free to include screenshots, screencasts, code examples. + + +#### Steps to Reproduce + +1. This is the first step +2. This is the second step +3. Further steps, etc. + +Any other information you want to share that is relevant to the issue being reported. Especially, why do you consider this to be a bug? What do you expect to happen instead? + +#### Technical details: + +* smtpapi-nodejs Version: master (latest commit: [commit number]) +* Node.js Version: 4.x.x \ No newline at end of file From 67c1427ea17be83bf3c3900cf58790f729fda1e1 Mon Sep 17 00:00:00 2001 From: thepriefy Date: Wed, 25 Oct 2017 07:55:02 +0700 Subject: [PATCH 2/2] change file type --- .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE} (95%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE similarity index 95% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE index f53f045..7a14186 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE @@ -14,4 +14,4 @@ Any other information you want to share that is relevant to the issue being repo #### Technical details: * smtpapi-nodejs Version: master (latest commit: [commit number]) -* Node.js Version: 4.x.x \ No newline at end of file +* Node.js Version: 4.x.x