From 652d8dc7bff869b259dc2687b981d8df5118b1c6 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 8 Nov 2020 04:57:00 +0300 Subject: [PATCH] chore: move example code to steps to reproduce block --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index df25212..051712c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,13 +14,14 @@ A clear and concise description of what the bug is. Steps to reproduce the behavior: 1. ... -### Expected Behavior - - ```python # Paste a minimal example that causes the problem. ``` +### Expected Behavior + + + ### Actual Behavior