From 5d34884fd3ab3076b9946b4b782e039a3584da86 Mon Sep 17 00:00:00 2001 From: Ivan Mishalkin Date: Wed, 5 Aug 2020 17:14:49 +0300 Subject: [PATCH] Behavior + expected behavior parts --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e15e319..81be973 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,15 +8,17 @@ assignees: '' --- **Describe the bug** -- A clear and concise description of what the bug is. + - A clear and concise description of what the bug is. **To Reproduce** -- Please, provide reproducible code snippet + - Provide reproducible code snippet, please. **Behavior** -- Bug case: provide error traceback, please -- Unexpected behavior case: provide a clear and concise description of what you expected to happen, please. + - Bug case: provide error traceback, please. + - Unexpected behavior case: describe the key points of behavior you face, please. +**Expected behavior** + - Provide a clear and concise description of what you expected to happen, please. **Environment:** - OS: [e.g. Ubuntu-16.04]