From ba7275d8314ebb141b8c81fc142d9e2a398fc2d8 Mon Sep 17 00:00:00 2001 From: amaechi hope Date: Mon, 23 Dec 2024 16:04:05 +0100 Subject: [PATCH 1/3] feat: add 2024 ideas to readme file --- programs/mentoring/gsoc/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/mentoring/gsoc/README.md b/programs/mentoring/gsoc/README.md index 0dd45a5a..575e498b 100644 --- a/programs/mentoring/gsoc/README.md +++ b/programs/mentoring/gsoc/README.md @@ -18,6 +18,7 @@ You can find the project ideas for this year's program [here](gsoc-2024.md). ### Past GSoC editions project ideas - 2023 [ideas](gsoc-2023.md) +- 2023 [ideas](gsoc-2024.md) ## 🎯 Why choosing a JSON Schema project? From a149ffd61e5509694b31d7eb490db77c38c7ff5a Mon Sep 17 00:00:00 2001 From: amaechi hope Date: Mon, 23 Dec 2024 16:31:42 +0100 Subject: [PATCH 2/3] feat: add 2025 gsoc file --- programs/mentoring/gsoc/README.md | 4 +-- programs/mentoring/gsoc/gsoc-2025.md | 48 ++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 programs/mentoring/gsoc/gsoc-2025.md diff --git a/programs/mentoring/gsoc/README.md b/programs/mentoring/gsoc/README.md index 575e498b..42b3dad9 100644 --- a/programs/mentoring/gsoc/README.md +++ b/programs/mentoring/gsoc/README.md @@ -11,9 +11,9 @@ We are a community JSON Schema enthusiast dedicated to maintain, evolve and prom ## 💡 GSoC Project Ideas -### Current GSoC edition (2024) project ideas +### Current GSoC edition (2025) project ideas -You can find the project ideas for this year's program [here](gsoc-2024.md). +Project ideas for this year's program are forthcoming. Check back soon [here](gsoc-2025.md). ### Past GSoC editions project ideas diff --git a/programs/mentoring/gsoc/gsoc-2025.md b/programs/mentoring/gsoc/gsoc-2025.md new file mode 100644 index 00000000..369b7076 --- /dev/null +++ b/programs/mentoring/gsoc/gsoc-2025.md @@ -0,0 +1,48 @@ + +![gsoc-banner](https://github.com/json-schema-org/community/assets/40007659/7d7d3f1d-6f4a-4139-98fb-96aa3354b777) + +# Welcome to Google Summer of Code 2025 with JSON Schema! + +We are thrilled to announce that JSON Schema will be applying as a mentoring organization for the 2025 Google Summer of Code (GSoC). If accepted, we look forward to collaborating with talented contributors from around the world to advance the field of JSON Schema and open-source technology. + +## Stay Tuned for Timeline and Project Ideas + +The official GSoC 2025 timeline and our project ideas will be announced soon! Be sure to check back for updates, and prepare to explore exciting opportunities to contribute to meaningful, real-world projects. + +## Why Choose a JSON Schema Project? + +JSON Schema is a widely adopted and powerful tool in the developer ecosystem. Some of the most active members today joined because of their participation in past GSoC editions, which is a clear evidence of how positive the experience has been for them. Our mentors have extensive mentoring experience, you will have the best support before, during and after the program. + +Contributing to a JSON Schema project offers: +- Real-World Impact: Your work will influence the global developer community. +- Skill Development: Gain hands-on experience with cutting-edge technology and improve your software development skills. +- Collaborative Learning: Work closely with experienced mentors and a welcoming community. +- Professional Growth: Build your network, receive guidance, and showcase your contributions at community events. +- Financial Support: Participants receive a stipend from Google for their contributions. + +## How to Apply +Details about our projects, qualification tasks, and application guidelines will be shared soon. In the meantime, prepare by: + +- Familiarizing yourself with JSON Schema. +- Engaging with the community via GitHub and Slack. +- Exploring past GSoC projects to understand the process. + +## Getting in Contact + +- **GitHub:** Please use [Issues](https://github.com/json-schema-org/community/issues?q=is%3Aopen+label%3Agsoc+sort%3Acreated-desc) to comment on project ideas, ask questions and collaborate. +- **Slack:** Please join us in our [slack workspace](https://json-schema.org/slack). All GSoC discussions are are hapenning in the [`#gsoc`](https://json-schema.slack.com/archives/C04MVQSRBRS) channel. + +Please see our [Code of Conduct](https://github.com/json-schema-org/.github/blob/main/CODE_OF_CONDUCT.md) + +## Getting Help + +Got a problem? Reach out to mentors or the community for assistance. Remember, mentors are listed, but other community members can also lend a hand. When talking to non-mentors: + +- Introduce yourself. +- Discuss tasks based on personal interest, not just the contest. +- Explain technical decisions independently. +- Consult mentors for guidance on task evaluation. + +## Contributing Guidelines + +Please, check-out the [GSoC Contributior guidelines](CONTRIBUTOR-GUIDANCE.md) From 49cfcbc94171faa5e13bd931e56541d8d6a09211 Mon Sep 17 00:00:00 2001 From: amaechi hope Date: Mon, 23 Dec 2024 16:57:28 +0100 Subject: [PATCH 3/3] update reradme --- programs/mentoring/gsoc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/mentoring/gsoc/README.md b/programs/mentoring/gsoc/README.md index 42b3dad9..f0ed7329 100644 --- a/programs/mentoring/gsoc/README.md +++ b/programs/mentoring/gsoc/README.md @@ -18,7 +18,7 @@ Project ideas for this year's program are forthcoming. Check back soon [here](gs ### Past GSoC editions project ideas - 2023 [ideas](gsoc-2023.md) -- 2023 [ideas](gsoc-2024.md) +- 2024 [ideas](gsoc-2024.md) ## 🎯 Why choosing a JSON Schema project?