From 73d997f0fc207aef8d9c7fa19d8878576dad3846 Mon Sep 17 00:00:00 2001 From: Aadi Bajpai Date: Sun, 7 Jul 2019 20:55:52 +0530 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8d41b16a..2e815119 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,26 +1,24 @@ -**This issue tracker is a tool to address bugs in Flask itself. + ```python -Paste a minimal example that causes the problem. +# Paste a minimal example that causes the problem. ``` ### Actual Behavior - -Tell us what happens instead. + ```pytb Paste the full traceback if there was an exception.