added C# category with two projects (#478)

This commit is contained in:
Nakarin Srijumrat 2019-10-14 12:14:17 +02:00 committed by Shmavon Gazanchyan
parent ff38715b79
commit 6dd4484a41

View File

@ -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 PR Opportunities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
A list of awesome beginner-friendly projects.
@ -14,6 +14,7 @@ If you are not a programmer, but would like to contribute, check out the [Awesom
- [.NET](#net)
- [C](#c)
- [C#](#c-sharp)
- [C++](#c-1)
- [Clojure](#clojure)
- [ClojureScript](#clojurescript)
@ -41,6 +42,11 @@ If you are not a programmer, but would like to contribute, check out the [Awesom
- [Neovim](https://github.com/neovim/neovim/labels/good%20first%20issue) _(label: good first issue)_ <br> Vim-fork focused on extensibility and agility.
## <a name="c-sharp"></a>C#
- [OpenRA](https://github.com/OpenRA/OpenRA/labels/Easy) _(label: Easy)_ <br> A Real Time Strategy game engine supporting early Westwood classics such as Command & Conquer: Red Alert.
- [osu!](https://github.com/ppy/osu/labels/good%20first%20issue) _(label: good first issue)_ <br> Music game. Rhythm is just a *click* away!
## C++
- [electron](https://github.com/electron/electron/labels/good%20first%20issue) _(label: good first issue)_ <br> Build cross platform desktop apps with JavaScript, HTML, and CSS