Welcome (Please read before posting) #9111
Locked
jimmo
announced in
Announcements and news
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Welcome to the MicroPython forum, hosted on GitHub Discussions! 🐍
👋 Getting started
Here are some useful tips:
```py
...```
around your code snippets to get syntax highlighting, see the section below.There's also a huge wealth of knowledge at the previous MicroPython forum.
🪣 Categories
If you have a question, please use one of the "Ports" or "Q&A" categories (depending on whether your question is specific to a particular port/board or more generally about MicroPython). For more open-ended discussion see the "General" and "Ideas" categories. We'd also love to hear about your projects too, see the "Show and tell" category.
If you're not sure if something is a bug, it's fine to create a post here. The moderators can transfer the post into an issue if necessary.
⚙️ Code formatting
GitHub Flavoured Markdown uses two different ways to format code.
The first is
print("inline formatting")
which is where a code snippet is inline in a paragraph. This uses a single backtick around the code -- e.g.`print("inline formatting")`
. This is useful for very short expressions and referencing variable/function names.For blocks of code, use triple backticks with an optional language specifier. For example
which will produce the following:
In almost all cases, if you write your code (or paste it in from your editor), select it, then click the
<>
button in the toolbar (or press Ctrl-E), then the GitHub editor will insert the right number of backticks for you.📬 Mail filtering
If you are subscribed to the micropython repo and would like to filter discussions separately from issues and PRs, you can match on the message-id which will contain
"micropython/micropython/repo-discussions"
.For example in GMail, the following two filters will put Issues & PRs into one label, and Discussions in another. Use the "Includes the words" box to enter the query:
listid:micropython.micropython.github.com -"micropython/micropython/repo-discussions"
➡️ Archive, Label: micropython
listid:micropython.micropython.github.com "micropython/micropython/repo-discussions"
➡️ Archive, Label: micropython/discussions
❤️ Community Guidelines
Please see the MicroPython Code of Conduct as well as the GitHub Community Guidelines.
Beta Was this translation helpful? Give feedback.
All reactions