How can a beginner in C can start contributing to zephyr? #46731
-
Hello everyone, I have been learning C from past few weeks and wanted to work on some real world project, How can I start contributing to Zephyr? |
Beta Was this translation helpful? Give feedback.
Answered by
yashi
Jun 24, 2022
Replies: 1 comment 1 reply
-
There is a label called "Good first issue", which you might want to take a look at. Another idea is to start with documentation fixes. Just read Getting Started Guide or any doc we have and fix bugs you find while reading. I know you want to work on C but learning Github and the build process might help at first. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adirsingh96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a label called "Good first issue", which you might want to take a look at.
Another idea is to start with documentation fixes. Just read Getting Started Guide or any doc we have and fix bugs you find while reading. I know you want to work on C but learning Github and the build process might help at first.