Fork this repo and create a PR for the ones from WhatsApp group.
PR Title should be just the identifier: eg: praveenscience/SSoC26-Projects.
- Full GitHub URL:
- Full Name of PA:
- Last 4 digits of PA WhatsApp:
- Full LinkedIn URL of PA:
- Project Mentors (if no one, remove this section):
- Mentor 1 Name:
- Mentor 1 LinkedIn:
Make sure the description is between 120 to 150 characters for uniformity for all the projects.
Make sure the JSON is 2 spaces aligned, if not, PR will not be merged.
Add your JSON inside the array, that's your PR contents. I thought you all are smart enough to understand. Keep it alphabetical order with your project names.
Your Project JSON (get it from the portal) - incase we have to deal with Merge Conflict and stuff:
{
"owner": "praveenscience",
"repo": "SSoC26-Projects",
"projectName": "SSoC 26 Approved Projects",
"description": "The official curated directory of open-source software projects selected for contributors in Social Summer of Code (SSoC) Season 5.0 (2026).",
"techStack": [
"JSON",
"Markdown"
],
"adminName": "Praveen Kumar Purushothaman",
"linkedIn": "https://www.linkedin.com/in/praveentech/",
"mentors": [
{
"name": "jay Saadana",
"linkedIn": "https://www.linkedin.com/in/jaysaadana/"
},
{
"name": "Suba",
"linkedIn": "https://www.linkedin.com/in/suba0/"
}
]
}