From 74ad681a66c16d4005a5280317cc60f490489c59 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Tue, 21 Sep 2021 14:13:28 +0800 Subject: [PATCH] update issue templates (#1074) --- .github/ISSUE_TEMPLATE/bug_report.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 62c8eafa..012b098b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,11 +11,19 @@ assignees: '' A clear and concise description of what the bug is. **To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +Steps to reproduce the behavior, if applicable: + +1. The code is + + ```go + + ``` + +2. The error is + + ``` + + ``` **Expected behavior** A clear and concise description of what you expected to happen.