From 25a2af144ad19e27ac3e91b13af707303c5c6f4f Mon Sep 17 00:00:00 2001 From: Ayush Patel Date: Tue, 16 Jun 2026 15:54:38 +0530 Subject: [PATCH] Ayush-Patel-56/MergeShip Add MergeShip project to SSoC'26 --- projects.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/projects.json b/projects.json index 39dc3bb..857b226 100644 --- a/projects.json +++ b/projects.json @@ -1358,5 +1358,30 @@ "adminName": "Puneet Chaturvedi", "linkedIn": "https://www.linkedin.com/in/puneet-chaturvedi-0043a3327", "mentors": [] - } + }, + { + "owner": "Coder-s-OG-s", + "repo": "MergeShip", + "projectName": "MergeShip", + "description": "Gamified open-source bridge: contributors swipe for issues to earn XP & badges; maintainers use an AI Command Center to boost PR velocity.", + "techStack": [ + "Next.js", + "TypeScript", + "docker", + "tailwind css", + "PostgreSQL" + ], + "adminName": "Ayush Patel", + "linkedIn": "https://www.linkedin.com/in/ayush-patel-15429b359", + "mentors": [ + { + "name": "Monika Jakhar", + "linkedIn": "https://www.linkedin.com/in/monika-jakhar-186a04361" + }, + { + "name": "Soumya Sagar", + "linkedIn": "https://www.linkedin.com/in/soumya-sagar-44812a371" + } + ] +} ]