From dcadfced0edf7f4e9a084b26fb4c84da0cb37c9f Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Fri, 19 Apr 2019 22:06:47 -0500 Subject: [PATCH] Create initial version of GSoD page --- basics_dev/gsod.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 basics_dev/gsod.md diff --git a/basics_dev/gsod.md b/basics_dev/gsod.md new file mode 100644 index 00000000..128c5fe3 --- /dev/null +++ b/basics_dev/gsod.md @@ -0,0 +1,41 @@ +--- +layout: sidebar +title: Google Season of Docs +permalink: /gsod/ +--- + +# Google Season of Docs + +Thank you for your interest in participating in the [Google Season of Docs][gsod] program with the [Qubes OS team][team]. You can read more about the Google Season of Docs in the official [guides][gsod-doc] and [FAQ][gsod-faq]. + + +## Project Ideas List + +Everyone is encouraged to add ideas to this list, either by [editing this page directly][gsod.md] (preferred) or by replying to [this thread][gsod-2019-thread] (then we'll add it to this page for you). (See our [Documentation Guidelines] for general information about how to submit changes to the documentation, and see [Help, Support, and Mailing Lists] for information about our mailing lists.) + +Here's a suggested template for adding project ideas: + +``` +### Adding a Proposal + +**Project**: Something that you're totally excited about. + +**Brief explanation**: What is the project? + +**Expected results**: What is the expected result in the timeframe given? + +**Knowledge prerequisite**: Pre-requisites for working on the project. What knowledge or resources are needed? If applicable, links to more information or discussions. + +**Mentor**: Name and email address. +``` + + +[gsod]: https://developers.google.com/season-of-docs/ +[team]: /team/ +[gsod-doc]: https://developers.google.com/season-of-docs/docs/ +[gsod-faq]: https://developers.google.com/season-of-docs/docs/faq +[gsod.md]: https://github.com/QubesOS/qubes-doc/blob/master/basics_dev/gsod.md +[gsod-2019-thread]: https://groups.google.com/d/msgid/qubes-project/aac9b148-4081-ebd8-cb9d-9a9191033484%40qubes-os.org +[Documentation Guidelines]: /doc/doc-guidelines/ +[Help, Support, and Mailing Lists]: /support/ +