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.