From c9e3444497b4a632733fe940e1367f7f65a0cf5e Mon Sep 17 00:00:00 2001 From: mturoci <64769322+mturoci@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:04:38 +0200 Subject: [PATCH 01/58] Add H2O Wave apps H2O Wave apps is looking for contributors. --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 819a412e..b6e653e7 100644 --- a/data.json +++ b/data.json @@ -2046,6 +2046,15 @@ "Typescript" ], "description": "Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience." + }, + { + "name": "H2O Wave Apps", + "link": "https://github.com/h2oai/wave-apps", + "label": "hacktoberfest", + "technologies": [ + "Python" + ], + "description": "Sample AI Apps built with H2O Wave." }, { "name": "Node Efficientnet", From ac427c0c270e41ef659e4c142b2a88c977788289 Mon Sep 17 00:00:00 2001 From: Martin Turoci Date: Tue, 20 Sep 2022 13:06:03 +0200 Subject: [PATCH 02/58] chore: Formatting. --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index b6e653e7..14ddc23d 100644 --- a/data.json +++ b/data.json @@ -2047,7 +2047,7 @@ ], "description": "Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience." }, - { + { "name": "H2O Wave Apps", "link": "https://github.com/h2oai/wave-apps", "label": "hacktoberfest", From 3cee8dac8f09a1405cda6460ebd0c3a27bc51278 Mon Sep 17 00:00:00 2001 From: Ivan Sim Date: Thu, 22 Sep 2022 08:54:42 -0700 Subject: [PATCH 03/58] Add Kanister to the list Signed-off-by: Ivan Sim --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 819a412e..438f6be6 100644 --- a/data.json +++ b/data.json @@ -245,6 +245,15 @@ ], "description": "A Fast and Flexible Static Site Generator built with love in GoLang" }, + { + "name": "Kanister", + "link": "https://github.com/kanisteroio/kanister", + "label": "good-first-issue", + "technologies": [ + "Go" + ], + "description": "A Data Protection Workflow Management Engine" + }, { "name": "Kubernetes", "link": "https://github.com/kubernetes/kubernetes", From 84a69edc2a1525d9cf19fe848f2394d6ed12d5b4 Mon Sep 17 00:00:00 2001 From: Praneeth Date: Thu, 29 Sep 2022 21:04:14 -0700 Subject: [PATCH 04/58] add oppia --- data.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data.json b/data.json index 16eec770..40afcee9 100644 --- a/data.json +++ b/data.json @@ -2094,6 +2094,17 @@ ".NET" ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." + }, + { + "name": "Oppia", + "link": "https://github.com/oppia/oppia", + "label": "good first issue", + "technologies": [ + "Python", + "Typescript", + "Angular" + ], + "description": "Oppia is an open-source project whose aim is to empower learners across the globe by providing access to high-quality, engaging education. We envision a society in which access to high-quality education is a human right rather than a privilege." } ] } From 116cbae56f8412802094ebf8b2f162001470c7fb Mon Sep 17 00:00:00 2001 From: Udayraj Deshmukh Date: Sat, 1 Oct 2022 10:07:34 +0530 Subject: [PATCH 05/58] Add OMRChecker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OMRChecker helps to grade exams fast and accurately using a scanner 🖨 or your phone 🤳. Learn image processing with Python and OpenCV while contributing to one of the most popular repositories related to OMR topic on github. --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 16eec770..c7d20ae9 100644 --- a/data.json +++ b/data.json @@ -2094,6 +2094,15 @@ ".NET" ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." + }, + { + "name": "OMRChecker", + "link": "https://github.com/Udayraj123/OMRChecker", + "label": "good first issue", + "technologies": [ + "Python" + ], + "description": "OMRChecker helps to grade exams fast and accurately using a scanner 🖨 or your phone 🤳. Learn image processing with Python and OpenCV while contributing to one of the most popular repositories related to OMR topic on github." } ] } From 00518d6a78184ab0a01578728ae0a9a2cd5c0573 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Sun, 2 Oct 2022 11:54:52 +0300 Subject: [PATCH 06/58] Add Avo Admin for Ruby on Rails --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 33fe6b4f..f1903e77 100644 --- a/data.json +++ b/data.json @@ -2085,6 +2085,15 @@ ".NET" ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." + }, + { + "name": "Avo Admin for Ruby on Rails", + "link": "https://github.com/avo-hq/avo", + "label": "Good first issue", + "technologies": [ + "Ruby" + ], + "description": "Build busines apps 10x faster using Ruby on Rails." } ] } From 51e7d10e3f3d40eed414d175f5a2aee278dc3ebc Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Sun, 2 Oct 2022 11:55:29 +0300 Subject: [PATCH 07/58] Update data.json --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index f1903e77..b82d7848 100644 --- a/data.json +++ b/data.json @@ -2093,7 +2093,7 @@ "technologies": [ "Ruby" ], - "description": "Build busines apps 10x faster using Ruby on Rails." + "description": "Build business apps 10x faster using Ruby on Rails." } ] } From e59d0343c2eaf6d0273b899e27d53298b2670ddd Mon Sep 17 00:00:00 2001 From: Kamal Kishor Joshi Date: Sun, 2 Oct 2022 16:11:12 +0530 Subject: [PATCH 08/58] Add croma to the list Croma is a open source app which is build using react native. It is build for graphics designers. --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 33fe6b4f..2cd580ff 100644 --- a/data.json +++ b/data.json @@ -2085,6 +2085,15 @@ ".NET" ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." + }, + { + "name": "Croma", + "link": "https://github.com/croma-app/croma", + "label": "good first issue", + "technologies": [ + "JavaScript" + ], + "description": "A open source react native app for web, iOS and android for color palette management" } ] } From bb42c280472fb06d9301dbb69e0b949b12ae3e81 Mon Sep 17 00:00:00 2001 From: mathContao Date: Sun, 2 Oct 2022 14:11:11 +0200 Subject: [PATCH 09/58] Update data.json --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 33fe6b4f..1f365722 100644 --- a/data.json +++ b/data.json @@ -1249,6 +1249,15 @@ "PHP" ], "description": "An End-to-end backend server for frontend and mobile developers. 🚀" + }, + { + "name": "FreshRSS", + "link": "https://github.com/FreshRSS/FreshRSS", + "label": "good first issue", + "technologies": [ + "PHP" + ], + "description": "FreshRSS is a self-hosted RSS and Atom feed aggregator. It is lightweight, easy to work with, powerful, and customizable. Since 2012." }, { "name": "NextCloud Server", From 7c3e10d3f197762661f44e1da24ff8236da260ad Mon Sep 17 00:00:00 2001 From: tris0laris <57298792+tris0laris@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:41:28 +0100 Subject: [PATCH 10/58] Add new open source project "QuestDB" to the Java list --- data.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 33fe6b4f..2f5fd051 100644 --- a/data.json +++ b/data.json @@ -2085,6 +2085,15 @@ ".NET" ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." - } + }, + { + "name": "QuestDB", + "link": "https://github.com/questdb/questdb", + "label": "good first issue", + "technologies": [ + "Java" + ], + "description": "Questdb is a fast open source SQL time series database." + }, ] } From b3b356c6ae3579c34ef70a31916e60310879010f Mon Sep 17 00:00:00 2001 From: Hermione Dadheech Date: Fri, 7 Oct 2022 00:09:20 +0530 Subject: [PATCH 11/58] Adding Jasmine as good-first-issue in javascript. --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 33fe6b4f..1f2c4079 100644 --- a/data.json +++ b/data.json @@ -1035,6 +1035,15 @@ ], "description": "Passively learn a new language every time you open a new tab." }, + { + "name": "Jasmine", + "link": "https://github.com/jasmine/jasmine", + "label": "good-first-issue", + "technologies": [ + "JavaScript" + ], + "description": "Simple JavaScript testing framework for browsers and node.js." + }, { "name": "swag-for-dev", "link": "https://github.com/swapagarwal/swag-for-dev", From bd7a3cbc8124cf271030eaece49bfc77004c026e Mon Sep 17 00:00:00 2001 From: Nishchal Vyas Date: Sun, 9 Oct 2022 20:42:04 +0530 Subject: [PATCH 12/58] Visual Studio Code --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 33fe6b4f..276a2190 100644 --- a/data.json +++ b/data.json @@ -2085,6 +2085,15 @@ ".NET" ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." + }, + { + "name": "Visual Studio Code", + "link": "(https://github.com/Microsoft/vscode)", + "label": "first-timers-only", + "technologies": [ + "TypeScript" + ], + "description": "A text editor for various coding entities" } ] } From f7f45dd07485fbbce1934e9dd17bd477e445b591 Mon Sep 17 00:00:00 2001 From: Himika Sarkar Date: Sun, 6 Nov 2022 00:31:39 +0530 Subject: [PATCH 13/58] feat(json): Updated data.json --- data.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data.json b/data.json index 33fe6b4f..85cb85b8 100644 --- a/data.json +++ b/data.json @@ -2085,6 +2085,17 @@ ".NET" ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." + }, + { + "name": "Storybook JS", + "link": "https://github.com/storybookjs/storybook, + "label": "good first issue", + "technologies": [ + "TypeScript", + "JavaScript" + ], + "description": "Storybook is a frontend workshop for building UI components and pages in isolation." } + ] } From 3d34a7b912984b4113a158f27d4ff32a59220c67 Mon Sep 17 00:00:00 2001 From: Himika Sarkar Date: Sun, 6 Nov 2022 00:32:44 +0530 Subject: [PATCH 14/58] feat(json): corrected typo --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 85cb85b8..1ff1c85a 100644 --- a/data.json +++ b/data.json @@ -2088,7 +2088,7 @@ }, { "name": "Storybook JS", - "link": "https://github.com/storybookjs/storybook, + "link": "https://github.com/storybookjs/storybook", "label": "good first issue", "technologies": [ "TypeScript", From 91ffffeac64a352cedb17dd0475c33a20fab5ac1 Mon Sep 17 00:00:00 2001 From: aryankhanna475 <81726126+aryankhanna475@users.noreply.github.com> Date: Wed, 16 Aug 2023 21:27:02 +0530 Subject: [PATCH 15/58] update: Python with Embedchain(good-first-issue) --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1def..e9c4973b 100644 --- a/data.json +++ b/data.json @@ -1599,6 +1599,15 @@ ], "description": "Scikit-learn is a machine learning library for Python." }, + { + "name": "Embedchain", + "link": "https://github.com/embedchain/embedchain/", + "label": "good-first-issue", + "technologies": [ + "Python" + ], + "description": "Embedchain is a framework to easily create LLM powered bots over any dataset." + }, { "name": "JRuby", "link": "https://github.com/jruby/jruby", From 99aac6b9275d22a0aaebf6e31ab0c1c392d754b3 Mon Sep 17 00:00:00 2001 From: HarshNinave Date: Mon, 21 Aug 2023 00:01:56 +0530 Subject: [PATCH 16/58] Changed the typo of second point to make sure beginner contributor can understand easily --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 991308f6..52e64181 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ Please ensure that your pull request adheres to the following guidelines: - Search previous suggestions before making a new one, as yours may be a duplicate. -- Make sure your contribution is useful and relevant before submitting. That implies it has enough content and every item has a good succinct description. +- Please ensure that what you're sharing is helpful and related to the topic. It should contain sufficient information, and each part should have a clear and concise description. Rewrite your content in a straightforward manner. - Make an individual pull request for each suggestion. - Only include your suggested repository to `data.json` file, README.md file is generated from it. - New categories or improvements to the existing categorization are welcome. From a1b4999451994a658aab3e707a5ba967443e867f Mon Sep 17 00:00:00 2001 From: Mikaela Caron Date: Sat, 2 Sep 2023 22:50:15 -0400 Subject: [PATCH 17/58] Add Basic Car Maintenance iOS app --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1def..c218a20b 100644 --- a/data.json +++ b/data.json @@ -1857,6 +1857,15 @@ ], "description": "Collaborative, free and open database of food products from around the world. Scan barcode to get info or add a product" }, + { + "name": "Basic-Car-Maintenance", + "link": "https://github.com/mikaelacaron/Basic-Car-Maintenance", + "label": "good first issue", + "technologies": [ + "Swift" + ], + "description": "A basic app to track your car's maintenance events, like fixes, oil changes, etc." + }, { "name": "TypeScript", "link": "https://github.com/Microsoft/TypeScript", From 9a5caf12caa4f26f6280e12bbc78a84e2480d1b8 Mon Sep 17 00:00:00 2001 From: yichiii <55825777+yichii@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:20:00 -0700 Subject: [PATCH 18/58] Removed game-of-life from List The game-of-life repository has been archived --- data.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/data.json b/data.json index 28ce1def..26dc3bcf 100644 --- a/data.json +++ b/data.json @@ -1884,15 +1884,6 @@ ], "description": "Reatom is declarative and reactive state manager, designed for both simple and complex applications." }, - { - "name": "game-of-life", - "link": "https://github.com/TroyTae/game-of-life", - "label": "good-first-issue", - "technologies": [ - "TypeScript" - ], - "description": "Conway's Game of Life web version!" - }, { "name": "Graphback", "link": "https://github.com/aerogear/graphback", From feea48f1d3543d3d2583fd39526828dd48cd7e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Conejo?= Date: Fri, 6 Oct 2023 11:08:47 +0200 Subject: [PATCH 19/58] Add CASE --- data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data.json b/data.json index 28ce1def..b43d92a6 100644 --- a/data.json +++ b/data.json @@ -2095,6 +2095,13 @@ "Ansible" ], "description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems." + }, + { + "name": "CASE", + "link": "https://github.com/casejs/case", + "label": "Good First Issue", + "technologies": ["TypeScript"], + "description": "CASE is an open-source and frameworkless tool that makes it easy to build CRUD web applications." } ] } From 26c6584431249d7803af15563c7abb9c364940a2 Mon Sep 17 00:00:00 2001 From: Karthik Sivadas Date: Tue, 20 Feb 2024 16:29:44 +0530 Subject: [PATCH 20/58] Add Multiwoven in Ruby section --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1def..b94a8b70 100644 --- a/data.json +++ b/data.json @@ -1714,6 +1714,15 @@ ], "description": "Upload your own aerial images, position (rubbersheet) them in a web interface over existing map data, and share via web or composite and export for print." }, + { + "name": "multiwoven", + "link": "https://github.com/Multiwoven/multiwoven", + "label": "good-first-issue", + "technologies": [ + "Ruby" + ], + "description": "The open-source reverse ETL, data activation platform for modern data teams." + }, { "name": "Ruby on Rails", "link": "https://github.com/rails/rails", From 013c6628d848a8ea48036474b59bc3d9c79af99e Mon Sep 17 00:00:00 2001 From: nadasuhailAyesh12 Date: Wed, 20 Mar 2024 08:34:34 +0200 Subject: [PATCH 21/58] add grommet to js projects --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1def..c70376b6 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": "grommet", + "link": "https://github.com/grommet/grommet", + "label": "good-first-issue", + "technologies": [ + "JavaScript" + ], + "description": "a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package" } ] } From 8a142f2997309ee0bb08c55b0d1716a9eef0d79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Conejo?= Date: Wed, 31 Jul 2024 22:20:03 +0200 Subject: [PATCH 22/58] Update the name of a listed tool. CASE became Manifest --- data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data.json b/data.json index b43d92a6..459f8203 100644 --- a/data.json +++ b/data.json @@ -2097,11 +2097,11 @@ "description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems." }, { - "name": "CASE", - "link": "https://github.com/casejs/case", + "name": "Manifest", + "link": "https://github.com/mnfst/manifest", "label": "Good First Issue", "technologies": ["TypeScript"], - "description": "CASE is an open-source and frameworkless tool that makes it easy to build CRUD web applications." + "description": "Manifestis an open-source Backend-as-a-Service allowign developers to create a backend easily and quickly." } ] } From 0638fcbe43ec79998cae34fc97dd0b697b32e482 Mon Sep 17 00:00:00 2001 From: Jay-Karia Date: Sat, 3 Aug 2024 20:40:35 +0530 Subject: [PATCH 23/58] remove neovim project --- data.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/data.json b/data.json index 28ce1def..d55c7ec6 100644 --- a/data.json +++ b/data.json @@ -39,15 +39,6 @@ ], "description": "Should testing for .NET - the way Asserting Should be!" }, - { - "name": "Neovim", - "link": "https://github.com/neovim/neovim", - "label": "good-first-issue", - "technologies": [ - "C" - ], - "description": "Vim-fork focused on extensibility and agility." - }, { "name": "grok.net", "link": "https://github.com/Marusyk/grok.net", @@ -2097,4 +2088,4 @@ "description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems." } ] -} +} \ No newline at end of file From 4a55f1cb93a3f7442440cbb4a749da18c0204802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Ba=C5=9Fbo=C4=9Fa?= Date: Fri, 9 Aug 2024 23:35:53 +0300 Subject: [PATCH 24/58] data.json you put my own project --- data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data.json b/data.json index 28ce1def..1d695cf3 100644 --- a/data.json +++ b/data.json @@ -576,6 +576,14 @@ ], "description": "JS/HTML/CSS Terminal" }, + { + "name": "API-pull-with-JavaScript", + "link": "https://github.com/AliBasboga/APIExampleWithExpress.git", + "label": "API-pull-and-use", + "technologies": [ + "JavaScript" + ], + "description": "API data extraction and delivery to the user to present." { "name": "Moment.js", "link": "https://github.com/moment/moment", From 0f55633754af47f96a6c25519b15b53828a15484 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Salcedo Rodriguez Date: Mon, 2 Sep 2024 00:45:54 -0500 Subject: [PATCH 25/58] Deletion of the cdnjs project, because it is now a robot-only repository for cdnjs and pull requests are no longer accepted --- data.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/data.json b/data.json index 28ce1def..e6c25d6b 100644 --- a/data.json +++ b/data.json @@ -666,15 +666,6 @@ ], "description": "The only sane way to build great bots." }, - { - "name": "cdnjs", - "link": "https://github.com/cdnjs/cdnjs", - "label": "good-first-issue", - "technologies": [ - "JavaScript" - ], - "description": "The best FOSS web front-end resource CDN" - }, { "name": "Video.js", "link": "https://github.com/videojs/video.js", From d78720977d5681fe0de5cba0584190d649aa1675 Mon Sep 17 00:00:00 2001 From: JeethanTauro Date: Wed, 2 Oct 2024 12:42:44 +0530 Subject: [PATCH 26/58] added extra exclaimation mark to show more happiness --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 991308f6..1eb2649c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,4 +16,4 @@ Please ensure that your pull request adheres to the following guidelines: - The contributed repository must be maintained, have an active community to be able to help newcomers and have issues with an appropriate label. - Links must be pointing directly to the repository, no tracking links allowed. This list is not for advertising purposes. -Thank you for your suggestions! +Thank you for your suggestions!! From f3dadd6128167f2cf260eaeac37d7a2da9cf8f85 Mon Sep 17 00:00:00 2001 From: Abhishek Tripathi <42455093+abhishektripathi66@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:11:14 +0530 Subject: [PATCH 27/58] Update data.json --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1def..bbc83189 100644 --- a/data.json +++ b/data.json @@ -450,6 +450,15 @@ ], "description": "Cross-platform mobile app development framework for Java developers" }, + { + "name": "DSA", + "link": "https://github.com/abhishektripathi66/DSA", + "label": "good-first-issue", + "technologies": [ + "Java" + ], + "description": "DSW questions practising repo for Java developers" + }, { "name": "name-suggestion-index", "link": "https://github.com/osmlab/name-suggestion-index", From 2827d935eaf23041cb1b9e9bd9f6718b57bba019 Mon Sep 17 00:00:00 2001 From: Abhishek Tripathi <42455093+abhishektripathi66@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:01:09 +0530 Subject: [PATCH 28/58] Update data.json --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index bbc83189..8bdbfad8 100644 --- a/data.json +++ b/data.json @@ -457,7 +457,7 @@ "technologies": [ "Java" ], - "description": "DSW questions practising repo for Java developers" + "description": "DSA questions practising repo for Java developers" }, { "name": "name-suggestion-index", From ffa9fa623792737bf1bd73e1d2d796634b0fbdc2 Mon Sep 17 00:00:00 2001 From: Anton Maklakov <111416234+antonmak1@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:47:37 +0300 Subject: [PATCH 29/58] Adding HMPL.js --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1def..b5a80f83 100644 --- a/data.json +++ b/data.json @@ -576,6 +576,15 @@ ], "description": "JS/HTML/CSS Terminal" }, + { + "name": "HMPL", + "link": "https://github.com/hmpl-lang/hmpl", + "label": "good-first-issue", + "technologies": [ + "JavaScript" + ], + "description": "Template language for displaying UI from server to client." + }, { "name": "Moment.js", "link": "https://github.com/moment/moment", From c9892835f4170760aeb26f8675e38fc427df0738 Mon Sep 17 00:00:00 2001 From: Gaius Date: Sun, 20 Oct 2024 01:26:23 +0800 Subject: [PATCH 30/58] feat: add dragonfly to golang projects (#1255) Signed-off-by: Gaius --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1def..0ed45bdc 100644 --- a/data.json +++ b/data.json @@ -218,6 +218,15 @@ ], "description": "The Docker CLI" }, + { + "name": "Dragonfly", + "link": "https://github.com/dragonflyoss/Dragonfly2", + "label": "good-first-issue", + "technologies": [ + "Go" + ], + "description": "Provide efficient, stable and secure file distribution and image acceleration based on p2p technology" + }, { "name": "Helm", "link": "https://github.com/kubernetes/helm", From 094a004c25a3b2a6a5722b533c013c99175223ab Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 17:26:34 +0000 Subject: [PATCH 31/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a1c98d8..4440f6cf 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [containerd](https://github.com/containerd/containerd) _(label: exp/beginner)_
Industry-standard container runtime with an emphasis on simplicity, robustness and portability. - [Docker/CLI](https://github.com/docker/cli) _(label: exp/beginner)_
The Docker CLI +- [Dragonfly](https://github.com/dragonflyoss/Dragonfly2) _(label: good-first-issue)_
Provide efficient, stable and secure file distribution and image acceleration based on p2p technology - [Helm](https://github.com/kubernetes/helm) _(label: good-first-issue)_
The Kubernetes Package Manager - [httpexpect](https://github.com/gavv/httpexpect) _(label: help-wanted)_
End-to-end HTTP and REST API testing for Go. - [Hugo](https://github.com/gohugoio/hugo) _(label: GoodFirstIssue)_
A Fast and Flexible Static Site Generator built with love in GoLang From da917a687bed5986e428590d2c9cef3d00017f9c Mon Sep 17 00:00:00 2001 From: Zachary Drummond Date: Sat, 19 Oct 2024 10:45:53 -0700 Subject: [PATCH 32/58] Unclear to beginners what PR stands for (#1019) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4440f6cf..91440812 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome First PR Opportunities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) +# Awesome First Pull Request Opportunities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post. From 8a2a2224cb12fc9a2218e81b9ca068c099f09578 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 18:25:49 +0000 Subject: [PATCH 33/58] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91440812..13d3c51f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome First Pull Request Opportunities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) +# Awesome First PR Opportunities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post. @@ -120,6 +120,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [appsmith](https://github.com/appsmithorg/appsmith) _(label: good-first-issue)_
Drag & Drop internal tool builder - [Codename One](https://github.com/codenameone/CodenameOne) _(label: good-first-issue)_
Cross-platform mobile app development framework for Java developers +- [DSA](https://github.com/abhishektripathi66/DSA) _(label: good-first-issue)_
DSA questions practising repo for Java developers - [elasticsearch](https://github.com/elastic/elasticsearch) _(label: good-first-issue)_
Open Source, Distributed, RESTful Search Engine. - [Images-to-PDF](https://github.com/Swati4star/Images-to-PDF) _(label: good-first-issue)_
An android app to convert images to PDF file. - [JabRef](https://github.com/JabRef/jabref) _(label: good-first-issue)_
Desktop application for managing literature references using modern Java features including JavaFX. Dedicated to code quality and constructive feedback: Each Pull Request is reviewed by two developers to provide high-quality feedback and to ensure high quality of new contributions. From cd09a287ec7aef4a3581a29317b9152a17fdf2a0 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 18:26:06 +0000 Subject: [PATCH 34/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13d3c51f..ee742786 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp) _(label: first-timers-only)_
Open source codebase and curriculum. Learn to code and help nonprofits. - [Gatsby.js](https://github.com/gatsbyjs/gatsby) _(label: good-first-issue)_
Build blazing fast, modern apps and websites with React. - [Ghost](https://github.com/TryGhost/Ghost) _(label: good-first-issue)_
Just a blogging platform +- [grommet](https://github.com/grommet/grommet) _(label: good-first-issue)_
a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package - [Habitica](https://github.com/HabitRPG/habitica) _(label: good-first-issue)_
Habitica is a gamified task manager, webapp and android/ios app, really wonderful atmosphere. Guidance for contributing here (mongo, express, vue, node stack for webapp) - [Hoppscotch](https://github.com/hoppscotch/hoppscotch) _(label: good-first-issue)_
A free, fast and beautiful API request builder. - [Hyper](https://github.com/zeit/hyper) _(label: good-first-issue)_
JS/HTML/CSS Terminal From cb581f3e8c63f9a34cd51438f335d51b5725c9dd Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 18:26:28 +0000 Subject: [PATCH 35/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee742786..a5571364 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Ghost](https://github.com/TryGhost/Ghost) _(label: good-first-issue)_
Just a blogging platform - [grommet](https://github.com/grommet/grommet) _(label: good-first-issue)_
a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package - [Habitica](https://github.com/HabitRPG/habitica) _(label: good-first-issue)_
Habitica is a gamified task manager, webapp and android/ios app, really wonderful atmosphere. Guidance for contributing here (mongo, express, vue, node stack for webapp) +- [HMPL](https://github.com/hmpl-lang/hmpl) _(label: good-first-issue)_
Template language for displaying UI from server to client. - [Hoppscotch](https://github.com/hoppscotch/hoppscotch) _(label: good-first-issue)_
A free, fast and beautiful API request builder. - [Hyper](https://github.com/zeit/hyper) _(label: good-first-issue)_
JS/HTML/CSS Terminal - [iD](https://github.com/openstreetmap/iD) _(label: good-first-issue)_
The easy-to-use OpenStreetMap editor in JavaScript. From 6d796ef68bf0d65f51f6fb652f8b4bfbd9e69b15 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 18:26:51 +0000 Subject: [PATCH 36/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5571364..b1124fcf 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [JRuby](https://github.com/jruby/jruby) _(label: beginner)_
An implementation of Ruby on the Java Virtual Machine. - [mapknitter](https://github.com/publiclab/mapknitter) _(label: first-timers-only)_
Upload your own aerial images, position (rubbersheet) them in a web interface over existing map data, and share via web or composite and export for print. - [Matestack](https://github.com/matestack/matestack-ui-core) _(label: good-first-issue)_
Write dynamic User Interfaces in pure Ruby. Rails engine built on top of Vue.js +- [multiwoven](https://github.com/Multiwoven/multiwoven) _(label: good-first-issue)_
The open-source reverse ETL, data activation platform for modern data teams. - [ohai](https://github.com/chef/ohai) _(label: Type:-Jump-In)_
Ohai profiles your system and emits JSON - [open-build-service](https://github.com/openSUSE/open-build-service) _(label: good-first-issue-:1st_place_medal:)_
A generic system to build and distribute packages from sources in an automatic, consistent and reproducible way. - [osem](https://github.com/openSUSE/osem) _(label: good-first-issue)_
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences From 80660fcbe6705ac8424f7897ae027f3a43daa70e Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 19:11:53 +0000 Subject: [PATCH 37/58] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b1124fcf..586128c2 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Amplication](https://github.com/amplication/amplication) _(label: good first issue)_
Amplication is an open-source development tool. It helps you develop quality Node.js applications without spending time on repetitive coding tasks. - [Booster](https://github.com/boostercloud/booster) _(label: good-first-issue)_
A truly serverless framework, write your code and deploy it in seconds without any server configuration files. -- [game-of-life](https://github.com/TroyTae/game-of-life) _(label: good-first-issue)_
Conway's Game of Life web version! - [Graphback](https://github.com/aerogear/graphback) _(label: good-first-issue)_
A CLI and runtime framework to generate a GraphQL API in seconds. - [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_
Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience. - [Hasura GraphQL Engine](https://github.com/hasura/graphql-engine) _(label: good first issue)_
Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events. From adbff927fdb97149746a4ea548ee45d1b1836416 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 19:15:27 +0000 Subject: [PATCH 38/58] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 586128c2..3d3d5e29 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome ## C -- [Neovim](https://github.com/neovim/neovim) _(label: good-first-issue)_
Vim-fork focused on extensibility and agility. - [Profanity](https://github.com/profanity-im/profanity) _(label: good-first-issue)_
Ncurses XMPP chat client. ## C# From f7df71da006bdbfd3dba342359c7b5a88e058c61 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 19:22:22 +0000 Subject: [PATCH 39/58] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3d3d5e29..0cb67c45 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Binari](https://github.com/BrandonArmand/Binari) _(label: up-for-grabs)_
Interactive code editor with a live binary tree visual designed to teach new developers the fundementals of dynamic programming. - [Botpress](https://github.com/botpress/botpress) _(label: contributor-friendly)_
The only sane way to build great bots. - [Brave Browser](https://github.com/brave/brave-browser) _(label: good-first-issue)_
Desktop browser for macOS, Windows, and Linux. -- [cdnjs](https://github.com/cdnjs/cdnjs) _(label: good-first-issue)_
The best FOSS web front-end resource CDN - [Check It Out](https://github.com/jwu910/check-it-out) _(label: good-first-issue)_
Check It Out is an ncurses-like CLI to let the user interactively navigate and select a git branch to check out. - [Create React App](https://github.com/facebook/create-react-app) _(label: good-first-issue)_
Create React apps with no build configuration. - [cypress](https://github.com/cypress-io/cypress) _(label: good first issue)_
Fast, easy and reliable testing for anything that runs in a browser. From b2ef46c8aebd7b53cf9416f47c633456fd793b9d Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 19:26:19 +0000 Subject: [PATCH 40/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cb67c45..0bcc38ca 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [altair](https://github.com/imolorhe/altair) _(label: good-first-issue)_
A beautiful feature-rich GraphQL Client for all platforms. - [Ancient Beast](https://github.com/FreezingMoon/AncientBeast) _(label: easy)_
Turn based strategy game where you 3d print a squad of creatures with unique abilities in order to defeat your enemies. +- [API-pull-with-JavaScript](https://github.com/AliBasboga/APIExampleWithExpress.git) _(label: API-pull-and-use)_
API data extraction and delivery to the user to present. - [appsmith](https://github.com/appsmithorg/appsmith) _(label: good-first-issue)_
Drag & Drop internal tool builder - [AVA](https://github.com/sindresorhus/ava) _(label: good-for-beginner)_
Futuristic test runner. - [Babel](https://github.com/babel/babel) _(label: good-first-issue)_
A compiler for writing next generation JavaScript. From e445444829e986b481efcb42810ad712a291d162 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 20:35:51 +0100 Subject: [PATCH 41/58] Moved from "Good First Issue" to "good first issue" on Manifest --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 459f8203..1c0f9676 100644 --- a/data.json +++ b/data.json @@ -2099,7 +2099,7 @@ { "name": "Manifest", "link": "https://github.com/mnfst/manifest", - "label": "Good First Issue", + "label": "good first issue", "technologies": ["TypeScript"], "description": "Manifestis an open-source Backend-as-a-Service allowign developers to create a backend easily and quickly." } From 58e5eb2c9fabb3563d0400a9d8bb863bbd8fb0ca Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 19:38:06 +0000 Subject: [PATCH 42/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bcc38ca..a1e0f287 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Hasura GraphQL Engine](https://github.com/hasura/graphql-engine) _(label: good first issue)_
Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events. - [jupyterlab-lsp](https://github.com/krassowski/jupyterlab-lsp) _(label: good-first-issue)_
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) - [LitmusChaos](https://github.com/litmuschaos/litmus) _(label: good-first-issue)_
Litmus is a toolset to do cloud-native chaos engineering. +- [Manifest](https://github.com/mnfst/manifest) _(label: good first issue)_
Manifestis an open-source Backend-as-a-Service allowign developers to create a backend easily and quickly. - [Node Efficientnet](https://github.com/ntedgi/node-efficientnet) _(label: good first issue)_
EfficientNet Image Recognition model for Node JS ( written with tensorflow.js ). - [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_
OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration. - [reatom](https://github.com/artalar/reatom) _(label: good-first-issue)_
Reatom is declarative and reactive state manager, designed for both simple and complex applications. From cfdcc849d974998feb9021922340aef4c45d5e58 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 20:51:47 +0100 Subject: [PATCH 43/58] Clean up link for vscode --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 276a2190..8a7a5ad9 100644 --- a/data.json +++ b/data.json @@ -2088,7 +2088,7 @@ }, { "name": "Visual Studio Code", - "link": "(https://github.com/Microsoft/vscode)", + "link": "https://github.com/Microsoft/vscode", "label": "first-timers-only", "technologies": [ "TypeScript" From baf35f9d9db22e294695760ee985d6d51aa22065 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 20:52:05 +0100 Subject: [PATCH 44/58] Changed to good first issue --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 8a7a5ad9..890026a7 100644 --- a/data.json +++ b/data.json @@ -2089,7 +2089,7 @@ { "name": "Visual Studio Code", "link": "https://github.com/Microsoft/vscode", - "label": "first-timers-only", + "label": "good first issue", "technologies": [ "TypeScript" ], From ee04160eef9101c70ecd93cdecf0a690b3a3e693 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 19:55:39 +0000 Subject: [PATCH 45/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1e0f287..618c70b5 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [TypeScript](https://github.com/Microsoft/TypeScript) _(label: good-first-issue)_
A superset of JavaScript that compiles to clean JavaScript output. - [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) _(label: good first issue)_
Monorepo for all the tooling which enables ESLint to support TypeScript. - [Visual Studio Code](https://github.com/Microsoft/vscode) _(label: good-first-issue)_
A new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. +- [Visual Studio Code](https://github.com/Microsoft/vscode) _(label: good first issue)_
A text editor for various coding entities ## Contribute From 7713631ea22b036797a3384b82fc37f0642193bd Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 20:57:42 +0100 Subject: [PATCH 46/58] Update data.json --- data.json | 1 - 1 file changed, 1 deletion(-) diff --git a/data.json b/data.json index 1ff1c85a..a7655c66 100644 --- a/data.json +++ b/data.json @@ -2096,6 +2096,5 @@ ], "description": "Storybook is a frontend workshop for building UI components and pages in isolation." } - ] } From 63cc78c1fa432dac1c05f9564cd192f4058d2a92 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 19:59:07 +0000 Subject: [PATCH 47/58] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 618c70b5..bec0167a 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [serverless](https://github.com/serverless/serverless) _(label: good-first-issue)_
The Serverless Framework - [SimplQ](https://github.com/SimplQ/simplQ-frontend) _(label: good-first-issue)_
Free online queue manager for easy and instant crowd control. - [SirixDB](https://github.com/sirixdb/sirix-svelte-front-end) _(label: good-first-issue)_
A Svelte/Sapper based web front-end for SirixDB, which is a versioned NoSQL document store (XML and JSON) written in Java. +- [Storybook JS](https://github.com/storybookjs/storybook) _(label: good first issue)_
Storybook is a frontend workshop for building UI components and pages in isolation. - [stryker](https://github.com/stryker-mutator/stryker) _(label: 👶 Good first issue)_
The JavaScript mutation testing framework - [Superalgos](https://github.com/Superalgos/Superalgos) _(label: good first issue)_
A completely Open Source crypto trading bot rewarding good contributions with the SA(Superalgos)-Token. - [Svelte](https://github.com/sveltejs/svelte) _(label: good-first-issue)_
Component framework that runs at build time, converting your components into highly efficient imperative code that surgically updates the DOM. @@ -354,6 +355,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Node Efficientnet](https://github.com/ntedgi/node-efficientnet) _(label: good first issue)_
EfficientNet Image Recognition model for Node JS ( written with tensorflow.js ). - [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_
OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration. - [reatom](https://github.com/artalar/reatom) _(label: good-first-issue)_
Reatom is declarative and reactive state manager, designed for both simple and complex applications. +- [Storybook JS](https://github.com/storybookjs/storybook) _(label: good first issue)_
Storybook is a frontend workshop for building UI components and pages in isolation. - [tinyhttp](https://github.com/talentlessguy/tinyhttp) _(label: good-first-issue)_
A 0-legacy, tiny & fast web framework as a replacement of Express. - [TypeScript](https://github.com/Microsoft/TypeScript) _(label: good-first-issue)_
A superset of JavaScript that compiles to clean JavaScript output. - [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint) _(label: good first issue)_
Monorepo for all the tooling which enables ESLint to support TypeScript. From d456cfa3ca0fc0e10ee4db3dbc3d0461804698ed Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 20:08:12 +0000 Subject: [PATCH 48/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bec0167a..c24736ea 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [django cookiecutter](https://github.com/pydanny/cookiecutter-django) _(label: hacktoberfest)_
An implementation of Python for backend web development. - [Fabric](https://github.com/fabric/fabric) _(label: Low-hanging-fruit)_
Pythonic remote execution and deployment. - [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_
Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience. +- [H2O Wave Apps](https://github.com/h2oai/wave-apps) _(label: hacktoberfest)_
Sample AI Apps built with H2O Wave. - [jarvis](https://github.com/sukeesh/Jarvis) _(label: difficulty/newcomer)_
A personal assistant for Linux, MacOs and Windows based on Command line Interface. - [JARVIS-on-Messenger](https://github.com/swapagarwal/JARVIS-on-Messenger) _(label: Low-Hanging-Fruit)_
💬 A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks http://m.me/J.A.R.V.I.S.on.Messenger - [Jupyter notebook](https://github.com/jupyter/notebook) _(label: good-first-issue)_
Jupyter interactive notebook. From f6dcfddcf13087983871430665050314a99c095f Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 20:11:29 +0000 Subject: [PATCH 49/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c24736ea..344fc130 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Helm](https://github.com/kubernetes/helm) _(label: good-first-issue)_
The Kubernetes Package Manager - [httpexpect](https://github.com/gavv/httpexpect) _(label: help-wanted)_
End-to-end HTTP and REST API testing for Go. - [Hugo](https://github.com/gohugoio/hugo) _(label: GoodFirstIssue)_
A Fast and Flexible Static Site Generator built with love in GoLang +- [Kanister](https://github.com/kanisteroio/kanister) _(label: good-first-issue)_
A Data Protection Workflow Management Engine - [Killgrave](https://github.com/friendsofgo/killgrave) _(label: good-first-issue)_
Simple way to generate mock servers in Go. - [Kubernetes](https://github.com/kubernetes/kubernetes) _(label: good-first-issue)_
Production-Grade Container Scheduling and Management System - [lxd](https://github.com/lxc/lxd) _(label: easy)_
System container and virtual machine manager. From aada4d5489c6daaec0559eb9eccb045039a918c2 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 20:13:12 +0000 Subject: [PATCH 50/58] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 344fc130..f945df9e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome ## Table of Contents: - [.NET](#net) +- [Angular](#angular) - [Ansible](#ansible) - [C](#c) - [C#](#c-1) @@ -35,6 +36,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Smalltalk](#smalltalk) - [Swift](#swift) - [TypeScript](#typescript) +- [Typescript](#typescript) ## .NET @@ -44,6 +46,10 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [RawCMS](https://github.com/arduosoft/RawCMS) _(label: good-first-issue)_
RawCMS is a headless CMS written in ASP.NET Core, built for developers that embrace API-first technology. - [Shouldly](https://github.com/shouldly/shouldly) _(label: Jump-In)_
Should testing for .NET - the way Asserting Should be! +## Angular + +- [Oppia](https://github.com/oppia/oppia) _(label: good first issue)_
Oppia is an open-source project whose aim is to empower learners across the globe by providing access to high-quality, engaging education. We envision a society in which access to high-quality education is a human right rather than a privilege. + ## Ansible - [Exosphere](https://gitlab.com/exosphere/exosphere/-/issues/?label_name[]=Good%20First%20Issue) _(label: Good First Issue)_
Exosphere is a user-friendly client interface for OpenStack-based cloud systems. @@ -282,6 +288,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [mygpo](https://github.com/gpodder/mygpo) _(label: starter-issue)_
The webservice for gpodder.net, a libre web service that allows users to manage their podcast subscriptions and discover new content. - [mypy](https://github.com/python/mypy) _(label: good-first-issue)_
An optional static typing for python. - [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_
OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration. +- [Oppia](https://github.com/oppia/oppia) _(label: good first issue)_
Oppia is an open-source project whose aim is to empower learners across the globe by providing access to high-quality, engaging education. We envision a society in which access to high-quality education is a human right rather than a privilege. - [opsdroid](https://github.com/opsdroid/opsdroid) _(label: good-first-issue)_
An open source chat-ops bot framework. - [pandas](https://github.com/pandas-dev/pandas) _(label: good-first-issue)_
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more - [Pytest](https://github.com/pytest-dev/pytest) _(label: status:-easy)_
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing. @@ -364,6 +371,10 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Visual Studio Code](https://github.com/Microsoft/vscode) _(label: good-first-issue)_
A new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. - [Visual Studio Code](https://github.com/Microsoft/vscode) _(label: good first issue)_
A text editor for various coding entities +## Typescript + +- [Oppia](https://github.com/oppia/oppia) _(label: good first issue)_
Oppia is an open-source project whose aim is to empower learners across the globe by providing access to high-quality, engaging education. We envision a society in which access to high-quality education is a human right rather than a privilege. + ## Contribute From 65b35d8e92eacf957e487f9e26770701287540b5 Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 21:13:45 +0100 Subject: [PATCH 51/58] Changed from good first issue to Good first issue --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 2f5fd051..b895f59c 100644 --- a/data.json +++ b/data.json @@ -2089,7 +2089,7 @@ { "name": "QuestDB", "link": "https://github.com/questdb/questdb", - "label": "good first issue", + "label": "Good first issue", "technologies": [ "Java" ], From d6deafae0970c5c4ce394066f32288cb4698f47a Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 20:14:55 +0000 Subject: [PATCH 52/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f945df9e..7c01d14f 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Images-to-PDF](https://github.com/Swati4star/Images-to-PDF) _(label: good-first-issue)_
An android app to convert images to PDF file. - [JabRef](https://github.com/JabRef/jabref) _(label: good-first-issue)_
Desktop application for managing literature references using modern Java features including JavaFX. Dedicated to code quality and constructive feedback: Each Pull Request is reviewed by two developers to provide high-quality feedback and to ensure high quality of new contributions. - [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_
OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration. +- [QuestDB](https://github.com/questdb/questdb) _(label: Good first issue)_
Questdb is a fast open source SQL time series database. - [SirixDB](https://github.com/sirixdb/sirix) _(label: good-first-issue)_
SirixDB is an evolutionary, versioned NoSQL document store (XML and JSON) written (mostly) in Java. It stores compact snapshots during commits with many concepts borrowed from ZFS and Git. Each revision is indexed and the document store can be queried with temporal queries. It's especially well suited for modern hardware. - [Strongbox](https://github.com/strongbox/strongbox) _(label: good-first-issue)_
Strongbox is an artifact repository manager written in Java. - [TEAMMATES](https://github.com/TEAMMATES/teammates) _(label: good-first-issue)_
TEAMMATES is a free online tool for managing peer evaluations and other feedback paths of your students. From abd8225b733531513e94f89cf0fa26da1a4b7372 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 20:23:55 +0000 Subject: [PATCH 53/58] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c01d14f..95692b44 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Hoppscotch](https://github.com/hoppscotch/hoppscotch) _(label: good-first-issue)_
A free, fast and beautiful API request builder. - [Hyper](https://github.com/zeit/hyper) _(label: good-first-issue)_
JS/HTML/CSS Terminal - [iD](https://github.com/openstreetmap/iD) _(label: good-first-issue)_
The easy-to-use OpenStreetMap editor in JavaScript. +- [Jasmine](https://github.com/jasmine/jasmine) _(label: good-first-issue)_
Simple JavaScript testing framework for browsers and node.js. - [Jest](https://github.com/facebook/jest) _(label: good-first-issue)_
A complete and easy to set up JavaScript testing solution. - [json-editor](https://github.com/json-editor/json-editor) _(label: good-first-issue)_
JSON Schema Based Editor. JSON Editor takes a JSON Schema and uses it to generate an HTML form. It has full support for JSON Schema version 3 and 4 and can integrate with several popular CSS frameworks (bootstrap, spectre, tailwind). - [Kap](https://github.com/wulkano/kap) _(label: good-first-issue)_
An open-source screen recorder built with web technology @@ -251,6 +252,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Deployer](https://github.com/deployphp/deployer) _(label: good-for-beginner)_
A deployment tool written in PHP with support for popular frameworks out of the box. - [Drupal](https://www.drupal.org/getting-involved-guide) _(label: n/a)_
Leading open-source CMS for ambitious digital experiences that reach your audience across multiple channels. - [Flarum](https://github.com/flarum/core) _(label: Good-first-issue)_
Simple forum software for building great communities. +- [FreshRSS](https://github.com/FreshRSS/FreshRSS) _(label: good first issue)_
FreshRSS is a self-hosted RSS and Atom feed aggregator. It is lightweight, easy to work with, powerful, and customizable. Since 2012. - [Laravel Newsletters](https://github.com/spatie/laravel-newsletter) _(label: good-first-issue)_
A package that provides an easy way to integrate MailChimp with Laravel 5. - [Matomo](https://github.com/matomo-org/matomo) _(label: help-wanted)_
Matomo is the leading Free/Libre open analytics platform. - [MediaWiki](https://phabricator.wikimedia.org/maniphest/query/4Q5_qR51u_oz/#R) _(label: n/a)_
The free and open-source wiki software package that powers Wikipedia. From 902997070addf1d65df072631f0fe74e4dd7bd94 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 20:25:17 +0000 Subject: [PATCH 54/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95692b44..88150425 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Habitica](https://github.com/HabitRPG/habitica) _(label: good-first-issue)_
Habitica is a gamified task manager, webapp and android/ios app, really wonderful atmosphere. Guidance for contributing here (mongo, express, vue, node stack for webapp) - [HMPL](https://github.com/hmpl-lang/hmpl) _(label: good-first-issue)_
Template language for displaying UI from server to client. - [Hoppscotch](https://github.com/hoppscotch/hoppscotch) _(label: good-first-issue)_
A free, fast and beautiful API request builder. +- [HueHive](https://github.com/croma-app/croma) _(label: good first issue)_
A open source react native app iOS and android for color palette management - [Hyper](https://github.com/zeit/hyper) _(label: good-first-issue)_
JS/HTML/CSS Terminal - [iD](https://github.com/openstreetmap/iD) _(label: good-first-issue)_
The easy-to-use OpenStreetMap editor in JavaScript. - [Jasmine](https://github.com/jasmine/jasmine) _(label: good-first-issue)_
Simple JavaScript testing framework for browsers and node.js. From 282f51570d81844f204b997be0ad805ff8bfb463 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 20:27:20 +0000 Subject: [PATCH 55/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88150425..98359240 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome ## Ruby +- [Avo Admin for Ruby on Rails](https://github.com/avo-hq/avo) _(label: Good first issue)_
Build business apps 10x faster using Ruby on Rails. - [bolt](https://github.com/puppetlabs/bolt) _(label: Beginner-Friendly)_
Bolt is a Ruby command-line tool for executing commands, scripts, and tasks on remote systems using SSH and WinRM. - [chatwoot](https://github.com/chatwoot/chatwoot) _(label: good-first-issue)_
Opensource customer support platform which can be an alternative to Intercom, Zendesk, Drift, Crisp etc. - [chef](https://github.com/chef/chef) _(label: Type:-Jump-In)_
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure From b8330748f2c517a6fa610665f91a0125ace30952 Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 20:32:47 +0000 Subject: [PATCH 56/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98359240..b2987985 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [mitmproxy](https://github.com/mitmproxy/mitmproxy) _(label: help-wanted)_
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers - [mygpo](https://github.com/gpodder/mygpo) _(label: starter-issue)_
The webservice for gpodder.net, a libre web service that allows users to manage their podcast subscriptions and discover new content. - [mypy](https://github.com/python/mypy) _(label: good-first-issue)_
An optional static typing for python. +- [OMRChecker](https://github.com/Udayraj123/OMRChecker) _(label: good first issue)_
OMRChecker helps to grade exams fast and accurately using a scanner 🖨 or your phone 🤳. Learn image processing with Python and OpenCV while contributing to one of the most popular repositories related to OMR topic on github. - [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_
OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration. - [Oppia](https://github.com/oppia/oppia) _(label: good first issue)_
Oppia is an open-source project whose aim is to empower learners across the globe by providing access to high-quality, engaging education. We envision a society in which access to high-quality education is a human right rather than a privilege. - [opsdroid](https://github.com/opsdroid/opsdroid) _(label: good-first-issue)_
An open source chat-ops bot framework. From d1c005191cceaf6907780cbde38dd5df3221c5bc Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 20:35:17 +0000 Subject: [PATCH 57/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2987985..49f04de4 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome ## Swift +- [Basic-Car-Maintenance](https://github.com/mikaelacaron/Basic-Car-Maintenance) _(label: good first issue)_
A basic app to track your car's maintenance events, like fixes, oil changes, etc. - [OpenFoodFacts-iOS](https://github.com/openfoodfacts/openfoodfacts-ios) _(label: help-wanted)_
Collaborative, free and open database of food products from around the world. Scan barcode to get info or add a product ## TypeScript From f72573b8ec9e5406d079894887ac892ded5ddf4a Mon Sep 17 00:00:00 2001 From: Shmavon Gazanchyan Date: Sat, 19 Oct 2024 20:35:50 +0000 Subject: [PATCH 58/58] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49f04de4..26f80ecf 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome - [Create aio app](https://github.com/aio-libs/create-aio-app) _(label: good-first-issue)_
A command line utility that creates the aiohttp template with the best practices. - [datascience](https://github.com/data-8/datascience) _(label: good-first-issue)_
A Jupyter notebook Python library for introductory data science. - [django cookiecutter](https://github.com/pydanny/cookiecutter-django) _(label: hacktoberfest)_
An implementation of Python for backend web development. +- [Embedchain](https://github.com/embedchain/embedchain/) _(label: good-first-issue)_
Embedchain is a framework to easily create LLM powered bots over any dataset. - [Fabric](https://github.com/fabric/fabric) _(label: Low-hanging-fruit)_
Pythonic remote execution and deployment. - [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_
Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience. - [H2O Wave Apps](https://github.com/h2oai/wave-apps) _(label: hacktoberfest)_
Sample AI Apps built with H2O Wave.