mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
Move the "delete placeholder" to the end, so it's not the first thing the reader does. And add extra text calling out "how do I?" questions. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
17 lines
618 B
Markdown
17 lines
618 B
Markdown
---
|
|
name: Documentation issue
|
|
about: Report areas of the documentation or examples that need improvement
|
|
title: 'docs: '
|
|
labels: documentation
|
|
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 see the MicroPython Forum -- https://forum.micropython.org/
|
|
|
|
* Describe what was missing from the documentation and/or what was incorrect/incomplete.
|
|
|
|
* If possible, please link to the relevant page on https://docs.micropython.org/
|
|
|
|
* Remove all placeholder text above before submitting.
|