From 8f02859064f610b46857a6299745b93fc7f8854d Mon Sep 17 00:00:00 2001 From: Prashant Nigam Date: Sun, 22 Oct 2017 22:13:40 +0530 Subject: [PATCH 1/2] Create ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000..132cc37 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -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: + +* sendgrid-python Version: master (latest commit: [commit number]) +* Python Version: X.X From 67817bf38c4fed908af5d1c057acc397f458ba79 Mon Sep 17 00:00:00 2001 From: Prashant Nigam Date: Mon, 23 Oct 2017 00:09:02 +0530 Subject: [PATCH 2/2] Update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 132cc37..373d0e5 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -13,5 +13,5 @@ Any other information you want to share that is relevant to the issue being repo #### Technical details: -* sendgrid-python Version: master (latest commit: [commit number]) +* smtpapi-pythonn Version: master (latest commit: [commit number]) * Python Version: X.X