diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac7be9a112..50c22318dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,7 @@ Thank you for your interest in contributing to RIOT! There are many ways to contribute, and we appreciate all of them. You can jump to the major sections of this document using the following links: +* [Getting Started][getting-started] * [Help wanted][help-wanted] * [Feature Requests][feature-requests] * [Bug Reports][bug-reports] @@ -18,6 +19,17 @@ As a reminder, all contributors are expected to follow our [riot-chat]: http://webchat.freenode.net?channels=riot-os +## Getting Started +[getting-started]: #getting-started +If you are just beginning to work with RIOT you might first want to read our +[documentation]. Especially the following sections might be of interest to you + +- [Getting Started](https://doc.riot-os.org/getting-started.html) +- [Creating modules](https://doc.riot-os.org/creating-modules.html) +- [Creating an application](https://doc.riot-os.org/creating-an-application.html) + +[documentation]: https://doc.riot-os.org + ## Help Wanted [help-wanted]: #help-wanted In case you're not really sure where to start, we've created a list of suggestions.