From b5fb5159ead9e4c02d4ca2cb478874d91ee919eb 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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index df25212..4ab379e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,17 +10,18 @@ assignees: pleshevskiy A clear and concise description of what the bug is. -### To Reproduce +### Steps To Reproduce Steps to reproduce the behavior: 1. ... -### Expected Behavior - - ```python # Paste a minimal example that causes the problem. ``` +### Expected Behavior + + + ### Actual Behavior