From 3e7ea671aba6065336d1e69ee03446ae78f76d73 Mon Sep 17 00:00:00 2001 From: Adrian Date: Mon, 9 Jan 2017 17:37:18 +0100 Subject: [PATCH] Improve issue template --- .github/ISSUE_TEMPLATE.md | 33 +++++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE.rst | 2 -- 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE.rst diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..4273496d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ +The issue tracker is a tool to address bugs in Jinja itself. +Please use the #pocoo IRC channel on freenode or Stack Overflow for general +questions about using Jinja or issues not related to Jinja. + +If you'd like to report a bug in Jinja, fill out the template below and provide +any extra information that may be useful / related to your problem. +Ideally, you create an [MCVE](http://stackoverflow.com/help/mcve) reproducing +the problem before opening an issue to ensure it's not caused by something in +your code. + +--- + +## Expected Behavior +Tell us what should happen + +## Actual Behavior +Tell us what happens instead + +## Template Code +```jinja +Paste the template code (ideally a minimal example) that causes the issue + +``` + +## Full Traceback +```pytb +Paste the full traceback in case there is an exception + +``` + +## Your Environment +* Python version: +* Jinja version: diff --git a/.github/ISSUE_TEMPLATE.rst b/.github/ISSUE_TEMPLATE.rst deleted file mode 100644 index 8854961a..00000000 --- a/.github/ISSUE_TEMPLATE.rst +++ /dev/null @@ -1,2 +0,0 @@ -The issue tracker is a tool to address bugs. -Please use the #pocoo IRC channel on freenode or Stack Overflow for questions. -- 2.47.2