From c7f4f10580cd02bd88cd8ddb5820bec5a102643a Mon Sep 17 00:00:00 2001 From: alexiadunn <63380512+alexiadunn@users.noreply.github.com> Date: Wed, 30 Nov 2022 20:37:23 -0600 Subject: [PATCH] Updated structure of Issue template for clarity --- .github/ISSUE_TEMPLATE/bug-report.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index c2a15eee..7b8155e2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,21 +7,25 @@ about: Report a bug in Flask (not other projects which depend on Flask) This issue tracker is a tool to address bugs in Flask itself. Please use Pallets Discord or Stack Overflow for questions about your own code. -Replace this comment with a clear outline of what the bug is. +Replace these comments with a clear outline of what the bug is. --> - +#### Current behavior: (bug) + +#### Expected behavior: (correct) + -Environment: +#### Environment: - Python version: - Flask version: