diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-03-08 09:32:58 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-03-11 09:15:43 +0000 |
commit | c774a93bcf29ac687ad1d2eb9126877248f52788 (patch) | |
tree | 3b8d20d36502374e59d397f8c045cc6f8d0362f4 /Documentation | |
parent | 5069f6c3c86a03084c7e5c84f99b7f5d36523f29 (diff) |
docs/contributing/gsoc: Add a collection of useful GSoC links
Change-Id: Ia0a1564f41d796ce86179d06b1d0b64021dc0a43
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62660
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/contributing/gsoc.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/contributing/gsoc.md b/Documentation/contributing/gsoc.md index bcc732ab4c..ba94f20616 100644 --- a/Documentation/contributing/gsoc.md +++ b/Documentation/contributing/gsoc.md @@ -33,6 +33,25 @@ Felix Singer, David Hendricks and Martin Roth are the coreboot GSoC admins for framework for initial hardware initialization and you can help us succeed. +## Collection of official GSoC guides & documents + + * [Timeline][GSoC Timeline] + + * [Roles and Responsibilities][GSoC Roles and Responsibilities] + + * [Contributor Guide][GSoC Contributor Guide] + + * [Contributor Advice][GSoC Contributor Advice] + + * [Mentor Guide][GSoC Mentor Guide] + + * [FAQ][GSoC FAQ] + + * [Rules][GSoC Rules] + + * [Glossary][GSoC Glossary] + + ## Contributor requirements & commitments Google Summer of Code is a significant time commitment for you. Medium-sized @@ -245,5 +264,11 @@ questions. [Coding style]: coding_style.md [Code of Conduct]: ../community/code_of_conduct.md [Language style]: ../community/language_style.md +[GSoC Timeline]: https://developers.google.com/open-source/gsoc/timeline +[GSoC Roles and Responsibilities]: https://developers.google.com/open-source/gsoc/help/responsibilities [GSoC Contributor Guide]: https://google.github.io/gsocguides/student +[GSoC Contributor Advice]: https://developers.google.com/open-source/gsoc/help/student-advice [GSoC Mentor Guide]: https://google.github.io/gsocguides/mentor +[GSoC FAQ]: https://developers.google.com/open-source/gsoc/faq +[GSoC Rules]: https://summerofcode.withgoogle.com/rules +[GSoC Glossary]: https://developers.google.com/open-source/gsoc/resources/glossary |