From 5ce79cacb888cf148991c5890dee2c978a6774f9 Mon Sep 17 00:00:00 2001 From: Aayudesh-k Date: Mon, 16 Feb 2026 22:44:21 -0500 Subject: [PATCH 1/2] fix: remove duplicate repositories from data.json --- data.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/data.json b/data.json index 3b2b524..06eb6a1 100644 --- a/data.json +++ b/data.json @@ -923,15 +923,6 @@ ], "description": "A blazing fast unit test framework powered by Vite." }, - { - "name": "appsmith", - "link": "https://github.com/appsmithorg/appsmith", - "label": "good first issue", - "technologies": [ - "JavaScript" - ], - "description": "Drag & Drop internal tool builder" - }, { "name": "Jasmine", "link": "https://github.com/jasmine/jasmine", From 737c0e94bc5a035f0f385d09f167241f9d1e669e Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Tue, 24 Feb 2026 16:36:10 +0000 Subject: [PATCH 2/2] Update appsmith technologies in data.json --- data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 06eb6a1..d061bd8 100644 --- a/data.json +++ b/data.json @@ -404,7 +404,8 @@ "link": "https://github.com/appsmithorg/appsmith", "label": "good first issue", "technologies": [ - "Java" + "Typescript", + "Javascript" ], "description": "Drag & Drop internal tool builder" },