From 73d997f0fc207aef8d9c7fa19d8878576dad3846 Mon Sep 17 00:00:00 2001 From: Aadi Bajpai Date: Sun, 7 Jul 2019 20:55:52 +0530 Subject: [PATCH 1/2] 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. From e4c7033a3447b8d1af67acf9e34269f2c5633fb9 Mon Sep 17 00:00:00 2001 From: Aadi Bajpai Date: Mon, 8 Jul 2019 01:07:45 +0530 Subject: [PATCH 2/2] Comment out helpful tips in issue_template.md --- .github/ISSUE_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2e815119..646dc3be 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,12 +1,12 @@ -