Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/62660 )
Change subject: docs/contributing/gsoc: Add a collection of useful GSoC links ......................................................................
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 --- M Documentation/contributing/gsoc.md 1 file changed, 25 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Anastasia Klimchuk: Looks good to me, approved
diff --git a/Documentation/contributing/gsoc.md b/Documentation/contributing/gsoc.md index bcc732a..ba94f20 100644 --- a/Documentation/contributing/gsoc.md +++ b/Documentation/contributing/gsoc.md @@ -33,6 +33,25 @@ 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 @@ [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