From 23429e0eac0da70b4342142e8f296d430d976dee Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Wed, 5 Nov 2025 11:53:12 +0000 Subject: [PATCH 1/2] blog: Add new item about contributions to gsoc --- .../index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pages/blog/three-years-with-google-summer-of-code-what-ive-learned/index.md b/pages/blog/three-years-with-google-summer-of-code-what-ive-learned/index.md index c7f922a2..3af28d5d 100644 --- a/pages/blog/three-years-with-google-summer-of-code-what-ive-learned/index.md +++ b/pages/blog/three-years-with-google-summer-of-code-what-ive-learned/index.md @@ -119,7 +119,14 @@ clarity, and care. Everything else follows. - **Ship tests and pass CI.** If you fix a bug or add a feature, include tests. Make sure CI is green before asking for review. -- **Write a crisp proposal.** Be clear, specific, and concise (≤10 pages). +Here’s a cleaner, correct version: + +- **Submit up to three proposals to multiple orgs.** Each org has limited slots, + so contributing and applying across organizations can improve your chances—but + focus on quality! Note: only one proposal can be accepted per contributor. + ([developers.google.com][can_i_submit_more_than_one_proposal]) + +* **Write a crisp proposal.** Be clear, specific, and concise (≤10 pages). Demonstrate understanding of the project and outline concrete steps, milestones, and risks. Ask maintainers for early feedback so you have time to refine. @@ -134,3 +141,7 @@ team for running this program year after year—it raises the visibility of projects, gives newcomers a safe place to learn from experts, and strengthens the open-source ecosystem. For hundreds of students and first-time contributors, GSoC isn't just a summer; it's a beginning. + +[can_i_submit_more_than_one_proposal]: + https://developers.google.com/open-source/gsoc/faq#can_i_submit_more_than_one_proposal + "Frequently Asked Questions | Google Summer of Code" From bc99cb3efb1ca926fb787ff51839458535e96ae2 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Wed, 5 Nov 2025 11:55:51 +0000 Subject: [PATCH 2/2] remove unnecesary text --- .../index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/blog/three-years-with-google-summer-of-code-what-ive-learned/index.md b/pages/blog/three-years-with-google-summer-of-code-what-ive-learned/index.md index 3af28d5d..04031433 100644 --- a/pages/blog/three-years-with-google-summer-of-code-what-ive-learned/index.md +++ b/pages/blog/three-years-with-google-summer-of-code-what-ive-learned/index.md @@ -119,8 +119,6 @@ clarity, and care. Everything else follows. - **Ship tests and pass CI.** If you fix a bug or add a feature, include tests. Make sure CI is green before asking for review. -Here’s a cleaner, correct version: - - **Submit up to three proposals to multiple orgs.** Each org has limited slots, so contributing and applying across organizations can improve your chances—but focus on quality! Note: only one proposal can be accepted per contributor.