From 49acd6ffd297e0ea26535c2efd81f56099f9ffdb Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Fri, 21 Nov 2025 12:20:12 +0000 Subject: [PATCH] Fix duplicate entries issue for Julia in data.json There were three entries for Julia, seemingly a general one and then two for two separate labels. I removed the one for help-wanted (which isn't specifically beginner friendly) and just stuck with the good first issue label. --- data.json | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/data.json b/data.json index 4c2b9ca..a69579e 100644 --- a/data.json +++ b/data.json @@ -987,32 +987,16 @@ ], "description": "Deploy any software to any cloud: automated DevOps workflows to save software teams time and money." }, - { - "name": "Julia Language: Help wanted", - "link": "https://github.com/JuliaLang/julia", - "label": "help-wanted", - "technologies": [ - "Julia" - ], - "description": "\"Move like Python, Run like C\" - A fresh approach to technical computing!" - }, - { - "name": "Julia Language: Good first issue", - "link": "https://github.com/JuliaLang/julia", - "label": "good first issue", - "technologies": [ - "Julia" - ], - "description": "\"Move like Python, Run like C\" - A fresh approach to technical computing!" - }, { "name": "Julia", "link": "https://github.com/JuliaLang/julia", "label": "good first issue", "technologies": [ - "Julia" + "Julia", + "C", + "C++" ], - "description": "Julia Projects for Beginners — Easy Ideas to Get Started Coding in Julia" + "description": "The Julia Programming Language - A high-level, high-performance dynamic language for technical computing." }, { "name": "Atrium",