Co-authored-by: bhattabhi013 <bhattabhi013@users.noreply.github.com>
Co-authored-by: alessandromaggio <alessandromaggio@users.noreply.github.com>
Co-authored-by: martinmakejev <martinmakejev@users.noreply.github.com>
Co-authored-by: Rickz75 <Rickz75@users.noreply.github.com>
Co-authored-by: Omar-Belghaouti <Omar-Belghaouti@users.noreply.github.com>
Co-authored-by: LukeSparky <LukeSparky@users.noreply.github.com>
Co-authored-by: Anifahb <Anifahb@users.noreply.github.com>
Co-authored-by: MichaelSolati <MichaelSolati@users.noreply.github.com>
Co-authored-by: Sze-qq <Sze-qq@users.noreply.github.com>
Co-authored-by: Mifrill <Mifrill@users.noreply.github.com>
Co-authored-by: 12beesinatrenchcoat <12beesinatrenchcoat@users.noreply.github.com>
Co-authored-by: Michaelin007 <Michaelin007@users.noreply.github.com>
Co-authored-by: Ayushi271 <Ayushi271@users.noreply.github.com>
This commit is contained in:
Shmavon Gazanchyan 2022-08-30 00:20:28 +01:00
parent e94e8dfd53
commit 54d2b4206b

View File

@ -106,7 +106,7 @@
{ {
"name": "Godot Engine", "name": "Godot Engine",
"link": "https://github.com/godotengine/godot", "link": "https://github.com/godotengine/godot",
"label": "junior-job", "label": "good first issue",
"technologies": [ "technologies": [
"C++" "C++"
], ],
@ -238,8 +238,8 @@
}, },
{ {
"name": "Hugo", "name": "Hugo",
"link": "https://github.com/spf13/hugo", "link": "https://github.com/gohugoio/hugo",
"label": "exp/beginner", "label": "GoodFirstIssue",
"technologies": [ "technologies": [
"Go" "Go"
], ],
@ -755,15 +755,6 @@
], ],
"description": "The only sane way to build great bots." "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", "name": "cdnjs",
"link": "https://github.com/cdnjs/cdnjs", "link": "https://github.com/cdnjs/cdnjs",
@ -1718,7 +1709,7 @@
}, },
{ {
"name": "Rust-Clippy", "name": "Rust-Clippy",
"link": "https://github.com/rust-lang-nursery/rust-clippy", "link": "https://github.com/rust-lang/rust-clippy",
"label": "good-first-issue", "label": "good-first-issue",
"technologies": ["Rust"], "technologies": ["Rust"],
"description": "A bunch of lints to catch common mistakes and improve Rust code" "description": "A bunch of lints to catch common mistakes and improve Rust code"
@ -1813,13 +1804,6 @@
"technologies": ["TypeScript"], "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." "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", "name": "reatom",
"link": "https://github.com/artalar/reatom", "link": "https://github.com/artalar/reatom",
@ -1868,6 +1852,69 @@
"label": "good-first-issue", "label": "good-first-issue",
"technologies": ["TypeScript"], "technologies": ["TypeScript"],
"description": "Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename)" "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."
} }
] ]
} }