From fde945ccadce0892981374162bdc89feb9c46439 Mon Sep 17 00:00:00 2001 From: Vincent O Date: Tue, 25 Jul 2023 00:02:13 -0500 Subject: [PATCH 1/2] Add activist to data.json --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1def..b486e949 100644 --- a/data.json +++ b/data.json @@ -2095,6 +2095,15 @@ "Ansible" ], "description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems." + }, + { + "name": "activist", + "link": "https://github.com/activist-org/activist", + "label": "good first issue", + "technologies": [ + "TypeScript" + ], + "description": "activist.org is a network for political action that allows people to coordinate and collaborate on the issues that matter most to them." } ] } From fde51d078d631eba5f7003477afdfd31fdbdb724 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 21:46:29 +0100 Subject: [PATCH 2/2] Added Python language to activist --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index b486e949..4d5a1800 100644 --- a/data.json +++ b/data.json @@ -2101,7 +2101,7 @@ "link": "https://github.com/activist-org/activist", "label": "good first issue", "technologies": [ - "TypeScript" + "TypeScript", "Python" ], "description": "activist.org is a network for political action that allows people to coordinate and collaborate on the issues that matter most to them." }