From f33fdd2e5a56e30257e78062cb6206efca335276 Mon Sep 17 00:00:00 2001 From: Ha Thach Date: Thu, 22 Apr 2021 10:40:43 +0700 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d690348..1a31583 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,32 +1,32 @@ --- name: Bug report about: Create a report to help us improve -title: "[Bug]" -labels: '' +title: 'Please provide all details at least for Setup/Describe/Reproduce' +labels: 'Bug' assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. - -**Set up (please complete the following information)** +**Set up** - Your Board and BSP version - Your OS (mac/windows/linux) and its version - Serial debug log (enable IDE's Debug Mode Level to 1 or 2) +**Describe the bug** + +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 - -**Expected behavior** -A clear and concise description of what you expected to happen. +3. See error **Screenshots** + If applicable, add screenshots to help explain your problem. -**Additional context** -Add any other context about the problem here. +**Log** + +If applicable, provide your Serial log. If the log is too long, attach it as txt file instead.