Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions _data/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@
role: Committer
org:

- name: Matteo Golin
apacheId: linguini
githubId: linguini1
role: Committer
org:

- name: Mohammad Asif Siddiqui
apacheId: asifdxtreme
githubId: asifdxtreme
Expand Down
1 change: 1 addition & 0 deletions _data/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ community_events_workshop_2025_cfp: https://docs.google.com/forms/d/e/1FAIpQLSec
community_events_workshop_2025_linkedin_event: https://www.linkedin.com/company/nuttx/

socialmedia_youtube: https://www.youtube.com/@nuttxchannel
socialmedia_reddit: https://www.reddit.com/r/nuttx/
socialmedia_hackster: https://www.hackster.io/nuttx
socialmedia_linkedin_company: https://www.linkedin.com/company/nuttx
socialmedia_linkedin_group: https://www.linkedin.com/groups/12002792
9 changes: 6 additions & 3 deletions community.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,20 @@ Get help using {{ site.data.project.short_name }} or contribute to the project o

The mailing list and project website is our central hub of information, but there are several social media channels where you can find interesting videos, updates, DIY projects that may help you work with NuttX RTOS.

* YouTube: [https://www.youtube.com/@nuttxchannel]({{ site.data.project.socialmedia_youtube }}).
* Discord: [https://discord.gg/YaqhJjHF95]({{ site.data.project.socialmedia_discord }}).
* Hackster: [https://www.hackster.io/nuttx]({{ site.data.project.socialmedia_hackster }}).
* LinkedIn: [https://www.linkedin.com/company/nuttx]({{ site.data.project.socialmedia_linkedin_company }}) , [https://www.linkedin.com/groups/12002792]({{ site.data.project.socialmedia_linkedin_group }}).
* Discord: [https://discord.gg/YaqhJjHF95]({{ site.data.project.socialmedia_discord }}).
* Reddit: [https://www.reddit.com/r/nuttx/]({{ site.data.project.socialmedia_reddit }}).
* YouTube: [https://www.youtube.com/@nuttxchannel]({{ site.data.project.socialmedia_youtube }}).

You may also use the Reddit forum as a place to ask support/help questions. The mailing list must be used for big change proposals, but if you just need help using NuttX and navigating the project, the Reddit forum is another avenue to seek help!

### Issue tracker

#### Bug Reports

Found a bug? Send an email to the dev list {{ site.data.project.dev_list }}.
Found a bug? Send an email to the dev list {{ site.data.project.dev_list }}, or open an issue on the GitHub repository
issue tracker.

Before submitting an issue, please:

Expand Down