Skip to content

Commit

Permalink
Merge branch 'main' into pr/vitejs
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalchowdhury authored Oct 19, 2024
2 parents c0df367 + 93d61be commit deb1a2a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ If you are not a programmer but would like to contribute, check out the [Awesome
## Table of Contents:

- [.NET](#net)
- [Ansible](#ansible)
- [C](#c)
- [C#](#c-1)
- [C++](#c-2)
- [Clojure](#clojure)
- [ClojureScript](#clojurescript)
- [CSS](#css)
- [Dart](#dart)
- [Elixir](#elixir)
- [Elm](#elm)
- [Go](#go)
- [Haskell](#haskell)
- [Java](#java)
Expand All @@ -43,6 +44,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)_ <br> 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)_ <br> Should testing for .NET - the way Asserting Should be!

## Ansible

- [Exosphere](https://gitlab.com/exosphere/exosphere/-/issues/?label_name[]=Good%20First%20Issue) _(label: Good First Issue)_ <br> Exosphere is a user-friendly client interface for OpenStack-based cloud systems.

## C

- [Neovim](https://github.com/neovim/neovim) _(label: good-first-issue)_ <br> Vim-fork focused on extensibility and agility.
Expand Down Expand Up @@ -74,10 +79,6 @@ If you are not a programmer but would like to contribute, check out the [Awesome

- [LightTable](https://github.com/LightTable/LightTable) _(label: good-first-issue)_ <br> The Next Generation code editor! One of the top funded projects on KickStarter.

## CSS

- [sButtons](https://github.com/shahednasser/sbuttons) _(label: good-first-issue)_ <br> Simple buttons you can easily use for your next project.

## Dart

- [dart.dev](https://github.com/dart-lang/site-www) _(label: beginner)_ <br> A website covering Dart language and common libraries, for developers of Dart libraries, web apps, server-side code, and mobile (Flutter) apps.
Expand All @@ -88,6 +89,10 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [Ecto](https://github.com/elixir-ecto/ecto) _(label: Level:Starter)_ <br> Ecto is a database wrapper and language integrated query for Elixir
- [Elixir](https://github.com/elixir-lang/elixir) _(label: Level:Starter)_ <br> Elixir is a dynamic, functional language designed for building scalable and maintainable applications

## Elm

- [Exosphere](https://gitlab.com/exosphere/exosphere/-/issues/?label_name[]=Good%20First%20Issue) _(label: Good First Issue)_ <br> Exosphere is a user-friendly client interface for OpenStack-based cloud systems.

## Go

- [containerd](https://github.com/containerd/containerd) _(label: exp/beginner)_ <br> Industry-standard container runtime with an emphasis on simplicity, robustness and portability.
Expand Down
21 changes: 11 additions & 10 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,6 @@
],
"description": "The Next Generation code editor! One of the top funded projects on KickStarter."
},
{
"name": "sButtons",
"link": "https://github.com/shahednasser/sbuttons",
"label": "good-first-issue",
"technologies": [
"CSS"
],
"description": "Simple buttons you can easily use for your next project."
},
{
"name": "dart.dev",
"link": "https://github.com/dart-lang/site-www",
Expand Down Expand Up @@ -2096,7 +2087,17 @@
"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": "Vite",
"name": "Exosphere",
"link": "https://gitlab.com/exosphere/exosphere/-/issues/?label_name[]=Good%20First%20Issue",
"label": "Good First Issue",
"technologies": [
"Elm",
"Ansible"
],
"description": "Exosphere is a user-friendly client interface for OpenStack-based cloud systems."
},
{
"name": "Vite",
"link": "https://github.com/vitejs/vite",
"label": "good first issue",
"technologies": [
Expand Down

0 comments on commit deb1a2a

Please sign in to comment.