From b057c75f3a3af49c31ee0e3a14b424895b125a9f Mon Sep 17 00:00:00 2001 From: microbit-mark Date: Tue, 19 Feb 2019 14:46:59 +0000 Subject: [PATCH 1/3] create new issue template --- .github/ISSUE_TEMPLATE/bug.md | 54 +++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 00000000..18cbab52 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,54 @@ +--- + +name: New Error Report + + +about: Create a report to fix an error or issue + +--- + +## Bug Description + +A clear and concise description of what the error is. + +## How To Reproduce + +Steps to reproduce the behavior, providing a minimum example program that uses the latest version of DAL/MakeCode/MicroPython: + +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. + +## Attachments +1. Image of the front and rear of the board +2. DETAILS/FAIL.TXT files +3. HEX file/Link to MakeCode Program + +## Environment + +**micro:bit revision eg. 1.3, 1.3b, 1.5 (can be found printed on the back of the micro:bit)** + +**Desktop (please complete the following information):** + +- OS: [e.g. iOS] +- Browser [e.g. chrome, safari] +- Version [e.g. 22] +- What software are you using that produces the error? eg Mu, Makecode Python Editor and version number + +**Smartphone (please complete the following information):** + +- Device: [e.g. iPhone6] +- OS: [e.g. iOS8.1] +- Browser [e.g. stock browser, safari] +- Version [e.g. 22] + +## Additional context + +Add any other context about the problem here. + + From 502b1001f9f05263e179e3e18175dd84707ea688 Mon Sep 17 00:00:00 2001 From: Jonathan Austin Date: Wed, 6 Mar 2019 16:11:04 +0000 Subject: [PATCH 2/3] Update .github/ISSUE_TEMPLATE/bug.md Co-Authored-By: microbit-mark --- .github/ISSUE_TEMPLATE/bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 18cbab52..dddf1d0b 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -40,7 +40,7 @@ A clear and concise description of what you expected to happen. - Version [e.g. 22] - What software are you using that produces the error? eg Mu, Makecode Python Editor and version number -**Smartphone (please complete the following information):** +**Smartphone or BLE central device (please complete the following information if your bug is related to BLE):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] From 4f98e0a6b7e6fdca3a5796ad03eef0bf490d7151 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 6 Mar 2019 16:17:41 +0000 Subject: [PATCH 3/3] Update bug.md --- .github/ISSUE_TEMPLATE/bug.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index dddf1d0b..c78cd850 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -13,7 +13,7 @@ A clear and concise description of what the error is. ## How To Reproduce -Steps to reproduce the behavior, providing a minimum example program that uses the latest version of DAL/MakeCode/MicroPython: +Steps to reproduce the behavior, providing a minimum example program, snippet of code or microbit-samples example that uses the latest version of DAL/MakeCode/MicroPython: 1. Go to '...' 2. Click on '....' @@ -25,14 +25,15 @@ Steps to reproduce the behavior, providing a minimum example program that uses t A clear and concise description of what you expected to happen. ## Attachments -1. Image of the front and rear of the board +1. Image of the front and rear of the board (or micro:bit revision see below) 2. DETAILS/FAIL.TXT files -3. HEX file/Link to MakeCode Program +3. HEX file/Link to reproducing program -## Environment +## Build environment **micro:bit revision eg. 1.3, 1.3b, 1.5 (can be found printed on the back of the micro:bit)** + **Desktop (please complete the following information):** - OS: [e.g. iOS]