Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create new issue template #423

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---

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, snippet of code or microbit-samples example that uses the latest version of DAL/MakeCode/MicroPython:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could/should ask or a snippet of code or a link to a reproducing microbit-samples repo here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack. Done

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 (or micro:bit revision see below)
2. DETAILS/FAIL.TXT files
3. HEX file/Link to reproducing program

## 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):**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's scope this to 'build environment'?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack. Done

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack. Done


- 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 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]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

## Additional context

Add any other context about the problem here.