From 86ef44441447c63c0bb44f3b6669d1165967864f Mon Sep 17 00:00:00 2001 From: Nate W Date: Wed, 15 Nov 2023 14:01:06 -0800 Subject: [PATCH 1/4] Archiving Google Season of Docs - pointing ppl on where to find CNCF help with GSoD moving forward Signed-off-by: Nate W --- README.md | 56 +++++++++---------- programs/archive/seasonofdocs/README.md | 13 +++++ .../previous-years/2020/README.md | 0 .../previous-years/2021/README.md | 0 .../previous-years/2023/README.md | 8 +++ programs/seasonofdocs/README.md | 35 ------------ 6 files changed, 48 insertions(+), 64 deletions(-) create mode 100644 programs/archive/seasonofdocs/README.md rename programs/{ => archive}/seasonofdocs/previous-years/2020/README.md (100%) rename programs/{ => archive}/seasonofdocs/previous-years/2021/README.md (100%) create mode 100644 programs/archive/seasonofdocs/previous-years/2023/README.md delete mode 100644 programs/seasonofdocs/README.md diff --git a/README.md b/README.md index e2735c6a..6edf1726 100644 --- a/README.md +++ b/README.md @@ -21,40 +21,38 @@ If you have any questions or need help getting started, please reach out through ## Mentoring Programs -| Program | Purpose | Details and historical data | -|------------------------------------------------------------------------|---------------------------------------------------------------------------------| ------------------------------------------ | -| [LFX Mentorship](https://mentorship.lfx.linuxfoundation.org) | Mentoring initiative by the Linux Foundation | [lfx-mentorship](/programs/lfx-mentorship#readme) | -| [Google Summer of Code](https://summerofcode.withgoogle.com/) | Mentoring program for open source beginners | [summerofcode](/programs/summerofcode#readme) | -| [Google Season of Docs](https://developers.google.com/season-of-docs) | Mentoring initiative for the technical writers | [seasonofdocs](/programs/seasonofdocs#readme) | -| [Outreachy](https://www.outreachy.org) | Mentoring initiative for the communities traditionally underrepresented in tech | [outreachy](/programs/outreachy#readme) | +| Program | Purpose | Details and historical data | +| ------------------------------------------------------------------------ | --------------------------------------------------------------------------------- | ------------------------------------------ | +| [LFX Mentorship](https://mentorship.lfx.linuxfoundation.org) | Mentoring initiative by the Linux Foundation | [lfx-mentorship](/programs/lfx-mentorship#readme) | +| [Google Summer of Code](https://summerofcode.withgoogle.com/) | Mentoring program for open source beginners | [summerofcode](/programs/summerofcode#readme) | +| [Outreachy](https://www.outreachy.org) | Mentoring initiative for the communities traditionally underrepresented in tech | [outreachy](/programs/outreachy#readme) | ## Program Statistics These are the number of successful internships per year for each program. -| Year | Program | Internships | Total (per year) | -|------|----------------------------------|-------------|------------------| -| 2023 | LFX Mentorship | 93 (ongoing)| TBD | -| | GSoC | 14 (ongoing)| | -| 2022 | LFX Mentorship | 87 | 106 | -| | GSoC | 16 | | -| | GSoD | 3 | | -| 2021 | LFX Mentorship | 86 | 104 | -| | GSoC | 16 | | -| | GSoD | 1 | | -| | Outreachy | 1 | | -| 2020 | LFX Mentorship (CommunityBridge) | 50 | 71 | -| | GSoC | 16 | | -| | GSoD | 4 | | -| | Outreachy | 1 | | -| 2019 | CommunityBridge | 4 | 20 | -| | GSoC | 15 | | -| | Outreachy | 1 | | -| 2018 | GSoC | 7 | 8 | -| | Outreachy | 1 | | -| 2017 | GSoC | 6 | 8 | -| | Outreachy | 2 | | - +| Year | Program | Internships | Total (per year) | +|------|----------------------------------|--------------|------------------| +| 2023 | LFX Mentorship | 93 (ongoing) | TBD | +| | GSoC | 14 (ongoing) | | +| 2022 | LFX Mentorship | 87 | 106 | +| | GSoC | 16 | | +| | GSoD | 3 | | +| 2021 | LFX Mentorship | 86 | 104 | +| | GSoC | 16 | | +| | GSoD | 1 | | +| | Outreachy | 1 | | +| 2020 | LFX Mentorship (CommunityBridge) | 50 | 71 | +| | GSoC | 16 | | +| | GSoD | 4 | | +| | Outreachy | 1 | | +| 2019 | CommunityBridge | 4 | 20 | +| | GSoC | 15 | | +| | Outreachy | 1 | | +| 2018 | GSoC | 7 | 8 | +| | Outreachy | 1 | | +| 2017 | GSoC | 6 | 8 | +| | Outreachy | 2 | | ## Code of Conduct diff --git a/programs/archive/seasonofdocs/README.md b/programs/archive/seasonofdocs/README.md new file mode 100644 index 00000000..6e687bd8 --- /dev/null +++ b/programs/archive/seasonofdocs/README.md @@ -0,0 +1,13 @@ +# Season of Docs + +Google [Season of Docs](https://developers.google.com/season-of-docs) gives technical writers an opportunity to work with open source projects. + +[GSoD Timeline](https://developers.google.com/season-of-docs/docs/timeline) + +## Post 2023 + +Beyond the 2023 cycle, the [Mentoring WG will no longer host Google Season of Docs](https://github.com/cncf/mentoring/issues/1011) as it's not a mentorship program. + +However, **GSoD is a great program**, and CNCF projects can still participate! + +If your CNCF project would like help applying to GSoD, writing up a proposal, or would like a second set of eyes on a proposal, please open a [CNCF Service Desk ticket](https://servicedesk.cncf.io) or come find us in the [#techdocs](https://cloud-native.slack.com/archives/CUJ6W5TLM) channel of the CNCF slack. diff --git a/programs/seasonofdocs/previous-years/2020/README.md b/programs/archive/seasonofdocs/previous-years/2020/README.md similarity index 100% rename from programs/seasonofdocs/previous-years/2020/README.md rename to programs/archive/seasonofdocs/previous-years/2020/README.md diff --git a/programs/seasonofdocs/previous-years/2021/README.md b/programs/archive/seasonofdocs/previous-years/2021/README.md similarity index 100% rename from programs/seasonofdocs/previous-years/2021/README.md rename to programs/archive/seasonofdocs/previous-years/2021/README.md diff --git a/programs/archive/seasonofdocs/previous-years/2023/README.md b/programs/archive/seasonofdocs/previous-years/2023/README.md new file mode 100644 index 00000000..8924b866 --- /dev/null +++ b/programs/archive/seasonofdocs/previous-years/2023/README.md @@ -0,0 +1,8 @@ + +Accepted CNCF projects for GSOD 2023 are : + +| Organization Name | GSOD Page | Budget | Accepted Project Proposal | +|--------------------------------------------------|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------| +| [Flux](https://github.com/fluxcd) | [Flux GSoD page](https://fluxcd.io/contributing/docs/google-season-of-docs-2023/) | [Flux Budget](https://fluxcd.io/contributing/docs/google-season-of-docs-2023/#project-budget) | [Improving the Flux User Onramp](https://fluxcd.io/contributing/docs/google-season-of-docs-2023/) | +| [WasmEdge](https://github.com/WasmEdge/WasmEdge) | [WasmEdge GSoD page](https://github.com/WasmEdge/GSoD2023) | [WasmEdge Budget](https://github.com/WasmEdge/GSoD2023#project-budget) | [Reorganize the contributor guide](https://github.com/WasmEdge/GSoD2023) | + diff --git a/programs/seasonofdocs/README.md b/programs/seasonofdocs/README.md deleted file mode 100644 index 0c428868..00000000 --- a/programs/seasonofdocs/README.md +++ /dev/null @@ -1,35 +0,0 @@ -# Season of Docs - -Google [Season of Docs](https://developers.google.com/season-of-docs) gives technical writers an opportunity to work with open source projects. - -The CNCF is applying to participate in the Season of Docs as an org in 2023. We'll announce more details pending our acceptance into the program. - -[GSoD Timeline](https://developers.google.com/season-of-docs/docs/timeline) - -### Program Cycles and Archive data - -| Year | Term | Status | Announcement | Details | -|------|------|----------|--------------|----------------------| -| 2023 | Q2 | Planning | TBD | | - -## 2023 project proposals - -CNCF project maintainers interested in mentoring a technical writer have until **March 14th, 2023** to submit a [documentation proposal](https://developers.google.com/season-of-docs/docs/org-proposal-template) for your CNCF project. - -Accepted Projects this year from CNCF to GSOD are : - -| Organization Name | GSOD Page | Budget | Accepted Project Proposal | -|-------------------|-----------|----------|---------------------------| -| [Flux](https://github.com/fluxcd) |[Flux GSoD page](https://fluxcd.io/contributing/docs/google-season-of-docs-2023/) | [Flux Budget](https://fluxcd.io/contributing/docs/google-season-of-docs-2023/#project-budget) | [Improving the Flux User Onramp](https://fluxcd.io/contributing/docs/google-season-of-docs-2023/) | -| [WasmEdge](https://github.com/WasmEdge/WasmEdge) | [WasmEdge GSoD page](https://github.com/WasmEdge/GSoD2023) | [WasmEdge Budget](https://github.com/WasmEdge/GSoD2023#project-budget) | [Reorganize the contributor guide](https://github.com/WasmEdge/GSoD2023) | - -Well-scoped projects have: -- Clear scope: what will and won't a writer work on? -- Clear goals: when does the writer's work end? -- Clear metrics: how will you and the writer know you've succeeded? -- Clear budgeting: what are your project costs for a writer? - -Complete your proposal by **March 14th, 2023.** Due to anticipated volume, projects submitted after March 14th may not be considered. - ---- - From e77468774dbc5e50c824c2aab69855442922756e Mon Sep 17 00:00:00 2001 From: Nate W Date: Mon, 11 Dec 2023 09:55:41 -0800 Subject: [PATCH 2/4] Update README.md Signed-off-by: Nate W --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6edf1726..545f1450 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ These are the number of successful internships per year for each program. | | Outreachy | 1 | | | 2020 | LFX Mentorship (CommunityBridge) | 50 | 71 | | | GSoC | 16 | | -| | GSoD | 4 | | | | Outreachy | 1 | | | 2019 | CommunityBridge | 4 | 20 | | | GSoC | 15 | | From 4417c8c31f88833e9aa6d2a9d57e8f27335f19fd Mon Sep 17 00:00:00 2001 From: Nate W Date: Mon, 11 Dec 2023 09:55:47 -0800 Subject: [PATCH 3/4] Update README.md Signed-off-by: Nate W --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 545f1450..35e87410 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ These are the number of successful internships per year for each program. | | GSoD | 3 | | | 2021 | LFX Mentorship | 86 | 104 | | | GSoC | 16 | | -| | GSoD | 1 | | | | Outreachy | 1 | | | 2020 | LFX Mentorship (CommunityBridge) | 50 | 71 | | | GSoC | 16 | | From 7cfbb837fa63025176db6b3cdf57f5b4ce067ff5 Mon Sep 17 00:00:00 2001 From: Nate W Date: Mon, 11 Dec 2023 09:55:57 -0800 Subject: [PATCH 4/4] Update README.md Signed-off-by: Nate W --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 35e87410..ca03f5f7 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ These are the number of successful internships per year for each program. | | GSoC | 14 (ongoing) | | | 2022 | LFX Mentorship | 87 | 106 | | | GSoC | 16 | | -| | GSoD | 3 | | | 2021 | LFX Mentorship | 86 | 104 | | | GSoC | 16 | | | | Outreachy | 1 | |