26 lines
1.0 KiB
Markdown
26 lines
1.0 KiB
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Report an issue
|
||
|
title: ''
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
* Remove all placeholder text below before submitting.
|
||
|
|
||
|
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, please see the MicroPython Forum -- https://forum.micropython.org/
|
||
|
|
||
|
* In your issue, please include a clear and concise description of what the bug is, the expected output, and how to replicate it.
|
||
|
|
||
|
* If this issue involves external hardware, please include links to relevant datasheets and schematics.
|
||
|
|
||
|
* If you are seeing code being executed incorrectly, please provide a minimal example and expected output (e.g. comparison to CPython).
|
||
|
|
||
|
* For build issues, please include full details of your environment, compiler versions, command lines, and build output.
|
||
|
|
||
|
* Please provide as much information as possible about the version of MicroPython you're running, such as:
|
||
|
- firmware file name
|
||
|
- git commit hash and port/board
|
||
|
- version information shown in the REPL (hit Ctrl-B to see the startup message)
|