26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Report an issue
|
|
title: ''
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, or any sort of "how do I?" requests, please use the Discussions tab or raise a documentation request instead.
|
|
|
|
* 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)
|
|
|
|
* Remove all placeholder text above before submitting.
|