mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-24 12:28:08 -08:00
Compare commits
31 Commits
automated-
...
MunGell-pa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ddbea3e6e | ||
|
|
fcbeed8930 | ||
|
|
55940aeb2d | ||
|
|
a5850be0a0 | ||
|
|
ff5c514653 | ||
|
|
f72a441566 | ||
|
|
d65d22f802 | ||
|
|
e1e37c42f6 | ||
|
|
92bdbfb983 | ||
|
|
2da7240007 | ||
|
|
c3e161c56a | ||
|
|
ebd2f81132 | ||
|
|
038cd91882 | ||
|
|
a84bb494d6 | ||
|
|
3f1a7f1fdd | ||
|
|
3495bb2aec | ||
|
|
bf8f9bffbe | ||
|
|
2a6b22e5ef | ||
|
|
55da5bf222 | ||
|
|
88ea2d2936 | ||
|
|
3cf0422849 | ||
|
|
17a9afef15 | ||
|
|
3bd83ec36a | ||
|
|
dd20fa9c55 | ||
|
|
fb63604825 | ||
|
|
b5948874b9 | ||
|
|
e040d82293 | ||
|
|
39391eff2e | ||
|
|
6e35d2b54b | ||
|
|
279a2f9ec2 | ||
|
|
2605676687 |
10
.github/README-template.j2
vendored
10
.github/README-template.j2
vendored
@@ -3,6 +3,14 @@
|
|||||||
<!-- SEE THE CONTRIBUTING GUIDE (`CONTRIBUTING.md`) FOR MORE GUIDANCE -->
|
<!-- SEE THE CONTRIBUTING GUIDE (`CONTRIBUTING.md`) FOR MORE GUIDANCE -->
|
||||||
<!-- YOU MAY IGNORE THIS MESSAGE IF YOU ARE EDITING `README-template.j2` -->
|
<!-- YOU MAY IGNORE THIS MESSAGE IF YOU ARE EDITING `README-template.j2` -->
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<div>
|
||||||
|
<a href="https://go.warp.dev/awesome-for-beginners">
|
||||||
|
<img alt="Thanks to Warp.dev for sponsoring this repository through a donation to a charity of my choice." src="https://raw.githubusercontent.com/warpdotdev/brand-assets/refs/heads/main/Github/Warp%20Packs/Warp-Github-SM-01.jpg">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
# Awesome First Pull Request Opportunities [](https://github.com/sindresorhus/awesome)
|
# Awesome First Pull Request Opportunities [](https://github.com/sindresorhus/awesome)
|
||||||
|
|
||||||
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
|
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
|
||||||
@@ -32,6 +40,8 @@ Contributions are welcome! See the [contributing guidelines](CONTRIBUTING.md).
|
|||||||
|
|
||||||
## Thanks to GitHub Sponsors
|
## Thanks to GitHub Sponsors
|
||||||
|
|
||||||
|
Thanks to Warp.dev for sponsoring this repository through a donation to a charity of my choice.
|
||||||
|
|
||||||
<table><tr>{% for sponsor in sponsors %}{% if loop.index != 1 and (loop.index - 1) % 6 == 0 %}</tr><tr>{% endif %}<td align="center"><a href="{{ sponsor.link }}"><img src="{{ sponsor.image }}" width="60px;" alt=""/><br/><sub><b>{{ sponsor.name }}</b></sub></a></td>{% endfor %}</tr></table>
|
<table><tr>{% for sponsor in sponsors %}{% if loop.index != 1 and (loop.index - 1) % 6 == 0 %}</tr><tr>{% endif %}<td align="center"><a href="{{ sponsor.link }}"><img src="{{ sponsor.image }}" width="60px;" alt=""/><br/><sub><b>{{ sponsor.name }}</b></sub></a></td>{% endfor %}</tr></table>
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'data.json'
|
- 'data.json'
|
||||||
- '.github/tpl.md'
|
- '.github/README-template.j2'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -17,7 +17,12 @@ jobs:
|
|||||||
run: sudo pip install jinja2
|
run: sudo pip install jinja2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python3 .github/scripts/render-readme.py
|
run: python3 .github/scripts/render-readme.py
|
||||||
|
- name: Check if file changed
|
||||||
|
id: changedCheck
|
||||||
|
continue-on-error: true
|
||||||
|
run: git diff --exit-code README.md
|
||||||
- name: Commit
|
- name: Commit
|
||||||
|
if: steps.changedCheck.outcome == 'failure'
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'Shmavon Gazanchyan'
|
git config --global user.name 'Shmavon Gazanchyan'
|
||||||
git config --global user.email 'MunGell@users.noreply.github.com'
|
git config --global user.email 'MunGell@users.noreply.github.com'
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -39,7 +39,6 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
- [Legerity](https://github.com/MADE-Apps/legerity) _(label: good first issue)_ <br> A framework for speeding up the development of automated UI tests for Windows, Android, iOS, and Web with Appium/Selenium on .NET.
|
- [Legerity](https://github.com/MADE-Apps/legerity) _(label: good first issue)_ <br> A framework for speeding up the development of automated UI tests for Windows, Android, iOS, and Web with Appium/Selenium on .NET.
|
||||||
- [Legerity for Uno Platform](https://github.com/MADE-Apps/legerity-uno) _(label: good first issue)_ <br> An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET.
|
- [Legerity for Uno Platform](https://github.com/MADE-Apps/legerity-uno) _(label: good first issue)_ <br> An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET.
|
||||||
- [MvvmCross](https://github.com/MvvmCross/MvvmCross) _(label: first-timers-only)_ <br> The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
|
- [MvvmCross](https://github.com/MvvmCross/MvvmCross) _(label: first-timers-only)_ <br> The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
|
||||||
- [RawCMS](https://github.com/arduosoft/RawCMS) _(label: good first issue)_ <br> RawCMS is a headless CMS written in ASP.NET Core, built for developers that embrace API-first technology.
|
|
||||||
|
|
||||||
## Angular
|
## Angular
|
||||||
|
|
||||||
@@ -56,7 +55,6 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
## C#
|
## C#
|
||||||
|
|
||||||
- [Cake](https://github.com/cake-build/cake) _(label: Good-first-issue)_ <br> Cake (C# Make) is a free and open source cross-platform build automation system with a C# DSL for tasks such as compiling code, copying files and folders, running unit tests, compressing files and building NuGet packages.
|
- [Cake](https://github.com/cake-build/cake) _(label: Good-first-issue)_ <br> Cake (C# Make) is a free and open source cross-platform build automation system with a C# DSL for tasks such as compiling code, copying files and folders, running unit tests, compressing files and building NuGet packages.
|
||||||
- [grok.net](https://github.com/Marusyk/grok.net) _(label: good first issue)_ <br> Cross platform .NET grok implementation
|
|
||||||
- [osu!](https://github.com/ppy/osu) _(label: good first issue)_ <br> Music game. Rhythm is just a click away!
|
- [osu!](https://github.com/ppy/osu) _(label: good first issue)_ <br> Music game. Rhythm is just a click away!
|
||||||
- [Spectre.Console](https://github.com/spectreconsole/spectre.console) _(label: good first issue)_ <br> A .NET library that makes it easier to create beautiful console applications.
|
- [Spectre.Console](https://github.com/spectreconsole/spectre.console) _(label: good first issue)_ <br> A .NET library that makes it easier to create beautiful console applications.
|
||||||
- [Uno Platform](https://github.com/unoplatform/uno) _(label: good first issue)_ <br> OSS project for creating pixel-perfect, single-source C# and XAML apps which run natively on iOS, Android, macOS, Linux and Web via WebAssembly.
|
- [Uno Platform](https://github.com/unoplatform/uno) _(label: good first issue)_ <br> OSS project for creating pixel-perfect, single-source C# and XAML apps which run natively on iOS, Android, macOS, Linux and Web via WebAssembly.
|
||||||
@@ -130,7 +128,6 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
- [JabRef](https://github.com/JabRef/jabref) _(label: good first issue)_ <br> 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.
|
- [JabRef](https://github.com/JabRef/jabref) _(label: good first issue)_ <br> 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)_ <br> OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration.
|
- [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_ <br> 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)_ <br> Questdb is a fast open source SQL time series database.
|
- [QuestDB](https://github.com/questdb/questdb) _(label: Good first issue)_ <br> Questdb is a fast open source SQL time series database.
|
||||||
- [Strongbox](https://github.com/strongbox/strongbox) _(label: good first issue)_ <br> Strongbox is an artifact repository manager written in Java.
|
|
||||||
- [TEAMMATES](https://github.com/TEAMMATES/teammates) _(label: good first issue)_ <br> TEAMMATES is a free online tool for managing peer evaluations and other feedback paths of your students.
|
- [TEAMMATES](https://github.com/TEAMMATES/teammates) _(label: good first issue)_ <br> TEAMMATES is a free online tool for managing peer evaluations and other feedback paths of your students.
|
||||||
- [Trino (formerly Presto SQL)](https://github.com/trinodb/trino) _(label: good first issue)_ <br> A distributed SQL query engine for big data. Ask for guidance on project's Slack.
|
- [Trino (formerly Presto SQL)](https://github.com/trinodb/trino) _(label: good first issue)_ <br> A distributed SQL query engine for big data. Ask for guidance on project's Slack.
|
||||||
- [Wikimedia Commons Android App](https://github.com/commons-app/apps-android-commons) _(label: good first issue)_ <br> Allows users to upload pictures from their Android phone/tablet to Wikimedia Commons.
|
- [Wikimedia Commons Android App](https://github.com/commons-app/apps-android-commons) _(label: good first issue)_ <br> Allows users to upload pictures from their Android phone/tablet to Wikimedia Commons.
|
||||||
@@ -141,7 +138,6 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
|
|
||||||
- [altair](https://github.com/imolorhe/altair) _(label: good first issue)_ <br> A beautiful feature-rich GraphQL Client for all platforms.
|
- [altair](https://github.com/imolorhe/altair) _(label: good first issue)_ <br> A beautiful feature-rich GraphQL Client for all platforms.
|
||||||
- [Ancient Beast](https://github.com/FreezingMoon/AncientBeast) _(label: easy)_ <br> Turn based strategy game where you 3d print a squad of creatures with unique abilities in order to defeat your enemies.
|
- [Ancient Beast](https://github.com/FreezingMoon/AncientBeast) _(label: easy)_ <br> 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)_ <br> API data extraction and delivery to the user to present.
|
|
||||||
- [appsmith](https://github.com/appsmithorg/appsmith) _(label: good first issue)_ <br> Drag & Drop internal tool builder
|
- [appsmith](https://github.com/appsmithorg/appsmith) _(label: good first issue)_ <br> Drag & Drop internal tool builder
|
||||||
- [AVA](https://github.com/sindresorhus/ava) _(label: good-for-beginner)_ <br> Futuristic test runner.
|
- [AVA](https://github.com/sindresorhus/ava) _(label: good-for-beginner)_ <br> Futuristic test runner.
|
||||||
- [Babel](https://github.com/babel/babel) _(label: good first issue)_ <br> A compiler for writing next generation JavaScript.
|
- [Babel](https://github.com/babel/babel) _(label: good first issue)_ <br> A compiler for writing next generation JavaScript.
|
||||||
@@ -185,7 +181,6 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
- [p5.js](https://github.com/processing/p5.js) _(label: good first issue)_ <br> p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web.
|
- [p5.js](https://github.com/processing/p5.js) _(label: good first issue)_ <br> p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web.
|
||||||
- [pixi.js](https://github.com/pixijs/pixi.js) _(label: 🤩 Good First PR)_ <br> A 2D JavaScript Renderer
|
- [pixi.js](https://github.com/pixijs/pixi.js) _(label: 🤩 Good First PR)_ <br> A 2D JavaScript Renderer
|
||||||
- [PouchDB](https://github.com/pouchdb/pouchdb) _(label: help-wanted)_ <br> PouchDB is a pocket-sized database.
|
- [PouchDB](https://github.com/pouchdb/pouchdb) _(label: help-wanted)_ <br> PouchDB is a pocket-sized database.
|
||||||
- [Predator](https://github.com/Zooz/predator) _(label: good first issue)_ <br> A powerful open-source platform for load testing APIs.
|
|
||||||
- [ramda-adjunct](https://github.com/char0n/ramda-adjunct) _(label: help-wanted)_ <br> Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
|
- [ramda-adjunct](https://github.com/char0n/ramda-adjunct) _(label: help-wanted)_ <br> Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
|
||||||
- [Rawsec Cybersecurity Inventory](https://gitlab.com/rawsec/rawsec-cybersecurity-list) _(label: difficulty::easy)_ <br> An inventory of tools and resources that aims to help people to find everything related to CyberSecurity.
|
- [Rawsec Cybersecurity Inventory](https://gitlab.com/rawsec/rawsec-cybersecurity-list) _(label: difficulty::easy)_ <br> An inventory of tools and resources that aims to help people to find everything related to CyberSecurity.
|
||||||
- [React](https://github.com/facebook/react) _(label: good first issue)_ <br> A declarative, efficient, and flexible JavaScript library for building user interfaces.
|
- [React](https://github.com/facebook/react) _(label: good first issue)_ <br> A declarative, efficient, and flexible JavaScript library for building user interfaces.
|
||||||
@@ -194,7 +189,6 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
- [React-content-loader](https://github.com/danilowoz/create-content-loader) _(label: good first issue)_ <br> Tool to create your own react-content-loader easily.
|
- [React-content-loader](https://github.com/danilowoz/create-content-loader) _(label: good first issue)_ <br> Tool to create your own react-content-loader easily.
|
||||||
- [ReactiveSearch](https://github.com/appbaseio/reactivesearch) _(label: good first issue-:wave:)_ <br> A UI components library for Elasticsearch: Available for React, Vue and React Native.
|
- [ReactiveSearch](https://github.com/appbaseio/reactivesearch) _(label: good first issue-:wave:)_ <br> A UI components library for Elasticsearch: Available for React, Vue and React Native.
|
||||||
- [reactjs.org](https://github.com/reactjs/react.dev) _(label: good first issue)_ <br> The documentation website for reactjs
|
- [reactjs.org](https://github.com/reactjs/react.dev) _(label: good first issue)_ <br> The documentation website for reactjs
|
||||||
- [Reddit Enhancement Suite](https://github.com/honestbleeps/Reddit-Enhancement-Suite) _(label: help-wanted)_ <br> A browser extension to enhance the Reddit browsing experience.
|
|
||||||
- [serverless](https://github.com/serverless/serverless) _(label: good first issue)_ <br> The Serverless Framework
|
- [serverless](https://github.com/serverless/serverless) _(label: good first issue)_ <br> The Serverless Framework
|
||||||
- [Storybook JS](https://github.com/storybookjs/storybook) _(label: good first issue)_ <br> Storybook is a frontend workshop for building UI components and pages in isolation.
|
- [Storybook JS](https://github.com/storybookjs/storybook) _(label: good first issue)_ <br> Storybook is a frontend workshop for building UI components and pages in isolation.
|
||||||
- [stryker](https://github.com/stryker-mutator/stryker) _(label: 👶 Good first issue)_ <br> The JavaScript mutation testing framework
|
- [stryker](https://github.com/stryker-mutator/stryker) _(label: 👶 Good first issue)_ <br> The JavaScript mutation testing framework
|
||||||
@@ -202,7 +196,7 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
- [Svelte](https://github.com/sveltejs/svelte) _(label: good first issue)_ <br> Component framework that runs at build time, converting your components into highly efficient imperative code that surgically updates the DOM.
|
- [Svelte](https://github.com/sveltejs/svelte) _(label: good first issue)_ <br> Component framework that runs at build time, converting your components into highly efficient imperative code that surgically updates the DOM.
|
||||||
- [swag-for-dev](https://github.com/swapagarwal/swag-for-dev) _(label: good first issue)_ <br> Swag opportunities for developers.
|
- [swag-for-dev](https://github.com/swapagarwal/swag-for-dev) _(label: good first issue)_ <br> Swag opportunities for developers.
|
||||||
- [The Odin Project Curriculum](https://github.com/TheOdinProject/curriculum) _(label: See Description)_ <br> An open-source curriculum for learning full-stack web development. There are a few "Type: Good First Issue" labelled issues, but any content addition/deletion issues seem reasonably beginner friendly.
|
- [The Odin Project Curriculum](https://github.com/TheOdinProject/curriculum) _(label: See Description)_ <br> An open-source curriculum for learning full-stack web development. There are a few "Type: Good First Issue" labelled issues, but any content addition/deletion issues seem reasonably beginner friendly.
|
||||||
- [Time to Leave](https://github.com/thamara/time-to-leave) _(label: good first issue)_ <br> Working hours time tracker app based on Electron and Javascript.
|
- [Time to Leave](https://github.com/TTLApp/time-to-leave) _(label: good first issue)_ <br> Working hours time tracker app based on Electron and Javascript.
|
||||||
- [Vest](https://github.com/ealush/vest) _(label: good first issue)_ <br> Validations framework inspired by unit testing frameworks.
|
- [Vest](https://github.com/ealush/vest) _(label: good first issue)_ <br> Validations framework inspired by unit testing frameworks.
|
||||||
- [Video Hub App](https://github.com/whyboris/Video-Hub-App) _(label: good first issue)_ <br> Angular & Electron app for browsing and searching videos on your PC.
|
- [Video Hub App](https://github.com/whyboris/Video-Hub-App) _(label: good first issue)_ <br> Angular & Electron app for browsing and searching videos on your PC.
|
||||||
- [Video.js](https://github.com/videojs/video.js) _(label: good first issue)_ <br> The player framework
|
- [Video.js](https://github.com/videojs/video.js) _(label: good first issue)_ <br> The player framework
|
||||||
@@ -313,7 +307,6 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
## Ruby
|
## Ruby
|
||||||
|
|
||||||
- [Avo Admin for Ruby on Rails](https://github.com/avo-hq/avo) _(label: Good first issue)_ <br> Build business apps 10x faster using Ruby on Rails.
|
- [Avo Admin for Ruby on Rails](https://github.com/avo-hq/avo) _(label: Good first issue)_ <br> Build business apps 10x faster using Ruby on Rails.
|
||||||
- [bolt](https://github.com/puppetlabs/bolt) _(label: Beginner-Friendly)_ <br> 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)_ <br> Opensource customer support platform which can be an alternative to Intercom, Zendesk, Drift, Crisp etc.
|
- [chatwoot](https://github.com/chatwoot/chatwoot) _(label: good first issue)_ <br> 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)_ <br> A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
|
- [chef](https://github.com/chef/chef) _(label: Type:-Jump-In)_ <br> A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure
|
||||||
- [Hanami](https://github.com/hanami/hanami) _(label: easy)_ <br> A modern framework for Ruby.
|
- [Hanami](https://github.com/hanami/hanami) _(label: easy)_ <br> A modern framework for Ruby.
|
||||||
@@ -323,7 +316,6 @@ If you would like to be guided through how to contribute to a repository on GitH
|
|||||||
- [ohai](https://github.com/chef/ohai) _(label: Type:-Jump-In)_ <br> Ohai profiles your system and emits JSON
|
- [ohai](https://github.com/chef/ohai) _(label: Type:-Jump-In)_ <br> Ohai profiles your system and emits JSON
|
||||||
- [open-build-service](https://github.com/openSUSE/open-build-service) _(label: good first issue-:1st_place_medal:)_ <br> A generic system to build and distribute packages from sources in an automatic, consistent and reproducible way.
|
- [open-build-service](https://github.com/openSUSE/open-build-service) _(label: good first issue-:1st_place_medal:)_ <br> 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)_ <br> Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences
|
- [osem](https://github.com/openSUSE/osem) _(label: good first issue)_ <br> Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences
|
||||||
- [PublicLab.org](https://github.com/publiclab/plots2) _(label: first-timers-only)_ <br> An open source publishing platform for environmental projects. Check out new contributors welcome page.
|
|
||||||
- [Ruby on Rails](https://github.com/rails/rails) _(label: good first issue)_ <br> Ruby on Rails (Rails) is an open source web application framework written in Ruby.
|
- [Ruby on Rails](https://github.com/rails/rails) _(label: good first issue)_ <br> Ruby on Rails (Rails) is an open source web application framework written in Ruby.
|
||||||
- [Sinatra](https://github.com/sinatra/sinatra) _(label: good first issue)_ <br> Classy web-development dressed in a DSL.
|
- [Sinatra](https://github.com/sinatra/sinatra) _(label: good first issue)_ <br> Classy web-development dressed in a DSL.
|
||||||
|
|
||||||
|
|||||||
85
data.json
85
data.json
@@ -21,24 +21,6 @@
|
|||||||
],
|
],
|
||||||
"description": "The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac."
|
"description": "The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "RawCMS",
|
|
||||||
"link": "https://github.com/arduosoft/RawCMS",
|
|
||||||
"label": "good first issue",
|
|
||||||
"technologies": [
|
|
||||||
".NET"
|
|
||||||
],
|
|
||||||
"description": "RawCMS is a headless CMS written in ASP.NET Core, built for developers that embrace API-first technology."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "grok.net",
|
|
||||||
"link": "https://github.com/Marusyk/grok.net",
|
|
||||||
"label": "good first issue",
|
|
||||||
"technologies": [
|
|
||||||
"C#"
|
|
||||||
],
|
|
||||||
"description": "Cross platform .NET grok implementation"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "osu!",
|
"name": "osu!",
|
||||||
"link": "https://github.com/ppy/osu",
|
"link": "https://github.com/ppy/osu",
|
||||||
@@ -354,15 +336,6 @@
|
|||||||
],
|
],
|
||||||
"description": "Common Utilities library for Go"
|
"description": "Common Utilities library for Go"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Strongbox",
|
|
||||||
"link": "https://github.com/strongbox/strongbox",
|
|
||||||
"label": "good first issue",
|
|
||||||
"technologies": [
|
|
||||||
"Java"
|
|
||||||
],
|
|
||||||
"description": "Strongbox is an artifact repository manager written in Java."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "TEAMMATES",
|
"name": "TEAMMATES",
|
||||||
"link": "https://github.com/TEAMMATES/teammates",
|
"link": "https://github.com/TEAMMATES/teammates",
|
||||||
@@ -561,15 +534,6 @@
|
|||||||
],
|
],
|
||||||
"description": "Awesome ESLint rules."
|
"description": "Awesome ESLint rules."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"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": "HMPL",
|
"name": "HMPL",
|
||||||
"link": "https://github.com/hmpl-language/hmpl",
|
"link": "https://github.com/hmpl-language/hmpl",
|
||||||
@@ -689,15 +653,6 @@
|
|||||||
],
|
],
|
||||||
"description": "The JavaScript mutation testing framework"
|
"description": "The JavaScript mutation testing framework"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Reddit Enhancement Suite",
|
|
||||||
"link": "https://github.com/honestbleeps/Reddit-Enhancement-Suite",
|
|
||||||
"label": "help-wanted",
|
|
||||||
"technologies": [
|
|
||||||
"JavaScript"
|
|
||||||
],
|
|
||||||
"description": "A browser extension to enhance the Reddit browsing experience."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Brave Browser",
|
"name": "Brave Browser",
|
||||||
"link": "https://github.com/brave/brave-browser",
|
"link": "https://github.com/brave/brave-browser",
|
||||||
@@ -914,15 +869,6 @@
|
|||||||
],
|
],
|
||||||
"description": "A free, fast and beautiful API request builder."
|
"description": "A free, fast and beautiful API request builder."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Predator",
|
|
||||||
"link": "https://github.com/Zooz/predator",
|
|
||||||
"label": "good first issue",
|
|
||||||
"technologies": [
|
|
||||||
"JavaScript"
|
|
||||||
],
|
|
||||||
"description": "A powerful open-source platform for load testing APIs."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "OpenCalc",
|
"name": "OpenCalc",
|
||||||
"link": "https://github.com/Darkempire78/OpenCalc",
|
"link": "https://github.com/Darkempire78/OpenCalc",
|
||||||
@@ -934,7 +880,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Time to Leave",
|
"name": "Time to Leave",
|
||||||
"link": "https://github.com/thamara/time-to-leave",
|
"link": "https://github.com/TTLApp/time-to-leave",
|
||||||
"label": "good first issue",
|
"label": "good first issue",
|
||||||
"technologies": [
|
"technologies": [
|
||||||
"JavaScript"
|
"JavaScript"
|
||||||
@@ -1590,15 +1536,6 @@
|
|||||||
],
|
],
|
||||||
"description": "Ohai profiles your system and emits JSON"
|
"description": "Ohai profiles your system and emits JSON"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "PublicLab.org",
|
|
||||||
"link": "https://github.com/publiclab/plots2",
|
|
||||||
"label": "first-timers-only",
|
|
||||||
"technologies": [
|
|
||||||
"Ruby"
|
|
||||||
],
|
|
||||||
"description": "An open source publishing platform for environmental projects. Check out new contributors welcome page."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "osem",
|
"name": "osem",
|
||||||
"link": "https://github.com/openSUSE/osem",
|
"link": "https://github.com/openSUSE/osem",
|
||||||
@@ -1617,15 +1554,6 @@
|
|||||||
],
|
],
|
||||||
"description": "A generic system to build and distribute packages from sources in an automatic, consistent and reproducible way."
|
"description": "A generic system to build and distribute packages from sources in an automatic, consistent and reproducible way."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "bolt",
|
|
||||||
"link": "https://github.com/puppetlabs/bolt",
|
|
||||||
"label": "Beginner-Friendly",
|
|
||||||
"technologies": [
|
|
||||||
"Ruby"
|
|
||||||
],
|
|
||||||
"description": "Bolt is a Ruby command-line tool for executing commands, scripts, and tasks on remote systems using SSH and WinRM."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "chatwoot",
|
"name": "chatwoot",
|
||||||
"link": "https://github.com/chatwoot/chatwoot",
|
"link": "https://github.com/chatwoot/chatwoot",
|
||||||
@@ -2116,7 +2044,8 @@
|
|||||||
"link": "https://github.com/activist-org/activist",
|
"link": "https://github.com/activist-org/activist",
|
||||||
"label": "good first issue",
|
"label": "good first issue",
|
||||||
"technologies": [
|
"technologies": [
|
||||||
"TypeScript", "Python"
|
"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."
|
"description": "activist.org is a network for political action that allows people to coordinate and collaborate on the issues that matter most to them."
|
||||||
},
|
},
|
||||||
@@ -2134,7 +2063,9 @@
|
|||||||
"name": "Manifest",
|
"name": "Manifest",
|
||||||
"link": "https://github.com/mnfst/manifest",
|
"link": "https://github.com/mnfst/manifest",
|
||||||
"label": "good first issue",
|
"label": "good first issue",
|
||||||
"technologies": ["TypeScript"],
|
"technologies": [
|
||||||
|
"TypeScript"
|
||||||
|
],
|
||||||
"description": "Manifest is an open-source Backend-as-a-Service allowing developers to create a backend easily and quickly."
|
"description": "Manifest is an open-source Backend-as-a-Service allowing developers to create a backend easily and quickly."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -2198,7 +2129,9 @@
|
|||||||
"name": "supabase",
|
"name": "supabase",
|
||||||
"link": "https://github.com/supabase/supabase",
|
"link": "https://github.com/supabase/supabase",
|
||||||
"label": "good first issue",
|
"label": "good first issue",
|
||||||
"technologies": ["TypeScript"],
|
"technologies": [
|
||||||
|
"TypeScript"
|
||||||
|
],
|
||||||
"description": "The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications."
|
"description": "The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user