From 54d2b4206b3b283321fcdcea275ad878ed71d3d2 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Tue, 30 Aug 2022 00:20:28 +0100 Subject: [PATCH] Closes #1026 #1042 #1046 #1047 #1050 #1051 #1055 #1059 #1061 #1070 #1072 #1081 #1082 #1093 #1095 Co-authored-by: bhattabhi013 Co-authored-by: alessandromaggio Co-authored-by: martinmakejev Co-authored-by: Rickz75 Co-authored-by: Omar-Belghaouti Co-authored-by: LukeSparky Co-authored-by: Anifahb Co-authored-by: MichaelSolati Co-authored-by: Sze-qq Co-authored-by: Mifrill Co-authored-by: 12beesinatrenchcoat <12beesinatrenchcoat@users.noreply.github.com> Co-authored-by: Michaelin007 Co-authored-by: Ayushi271 --- data.json | 87 ++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 67 insertions(+), 20 deletions(-) diff --git a/data.json b/data.json index d69a9d3..600fde8 100644 --- a/data.json +++ b/data.json @@ -106,7 +106,7 @@ { "name": "Godot Engine", "link": "https://github.com/godotengine/godot", - "label": "junior-job", + "label": "good first issue", "technologies": [ "C++" ], @@ -238,8 +238,8 @@ }, { "name": "Hugo", - "link": "https://github.com/spf13/hugo", - "label": "exp/beginner", + "link": "https://github.com/gohugoio/hugo", + "label": "GoodFirstIssue", "technologies": [ "Go" ], @@ -755,15 +755,6 @@ ], "description": "The only sane way to build great bots." }, - { - "name": "Atom", - "link": "https://github.com/atom/atom", - "label": "beginner", - "technologies": [ - "JavaScript" - ], - "description": "The hackable text editor" - }, { "name": "cdnjs", "link": "https://github.com/cdnjs/cdnjs", @@ -1718,7 +1709,7 @@ }, { "name": "Rust-Clippy", - "link": "https://github.com/rust-lang-nursery/rust-clippy", + "link": "https://github.com/rust-lang/rust-clippy", "label": "good-first-issue", "technologies": ["Rust"], "description": "A bunch of lints to catch common mistakes and improve Rust code" @@ -1813,13 +1804,6 @@ "technologies": ["TypeScript"], "description": "A new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle." }, - { - "name": "tslint-eslint-rules", - "link": "https://github.com/buzinas/tslint-eslint-rules", - "label": "nice-first-contribution", - "technologies": ["TypeScript"], - "description": "ESLint rules for TSLint." - }, { "name": "reatom", "link": "https://github.com/artalar/reatom", @@ -1868,6 +1852,69 @@ "label": "good-first-issue", "technologies": ["TypeScript"], "description": "Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename)" + }, + { + "name": "a-b-street", + "link": "https://github.com/a-b-street/abstreet", + "label": "good first issue", + "technologies": [ + "Rust" + ], + "description": "Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit." + }, + { + "name": "typescript-eslint", + "link": "https://github.com/typescript-eslint/typescript-eslint", + "label": "good first issue", + "technologies": [ + "TypeScript" + ], + "description": "Monorepo for all the tooling which enables ESLint to support TypeScript." + }, + { + "name": "Colossal-AI", + "link": "https://github.com/hpcaitech/ColossalAI", + "label": "good first issue", + "technologies": [ + "Python" + ], + "description": "An open-source deep learning system for large-scale model training and inference with high efficiency and low cost." + }, + { + "name": "Amplication", + "link": "https://github.com/amplication/amplication", + "label": "good first issue", + "technologies": [ + "TypeScript" + ], + "description": "Amplication is an open-source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks." + }, + { + "name": "React Help Create", + "link": "https://github.com/Omar-Belghaouti/react-help-create", + "label": "first-timers-only", + "technologies": [ + "JavaScript" + ], + "description": "This command line helps you create components, pages and even redux implementation for your react project." + }, + { + "name": "pythonping", + "link": "https://github.com/alessandromaggio/pythonping", + "label": "good first issue", + "technologies": [ + "Python" + ], + "description": "PythonPing is a simple library to execute ICMP pings natively in Python without resorting to spawning a shell." + }, + { + "name": "flutter", + "link": "https://github.com/flutter/flutter", + "label": "good first contribution", + "technologies": [ + "Dart" + ], + "description": "Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase." } ] }