From e91d95a41e6c171a902260ba5aff2d915591b7bc Mon Sep 17 00:00:00 2001 From: medmunds Date: Tue, 19 Feb 2019 17:23:23 -0800 Subject: [PATCH] Suggest including settings and code in GitHub issue template --- .github/ISSUE_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b4588ce..d54c2ba 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,5 +2,8 @@ Reporting an error? It's helpful to know: * Anymail version * ESP (Mailgun, SendGrid, etc.) +* Your ANYMAIL settings (change secrets to "redacted") * Versions of Django, requests, python * Exact error message and/or stack trace +* Any other relevant code and settings (e.g., for problems + sending, your code that sends the message)