From 6dd4484a413ff4e6fdde62a015d32d40bfe2b707 Mon Sep 17 00:00:00 2001
From: Nakarin Srijumrat <44495460+N4karin@users.noreply.github.com>
Date: Mon, 14 Oct 2019 12:14:17 +0200
Subject: [PATCH] added C# category with two projects (#478)
---
README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 35166f1..d82940f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Awesome First PR Opportunities [](https://github.com/sindresorhus/awesome)
+# Awesome First PR Opportunities [](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)_
Vim-fork focused on extensibility and agility.
+## C#
+
+- [OpenRA](https://github.com/OpenRA/OpenRA/labels/Easy) _(label: Easy)_
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)_
Music game. Rhythm is just a *click* away!
+
## C++
- [electron](https://github.com/electron/electron/labels/good%20first%20issue) _(label: good first issue)_
Build cross platform desktop apps with JavaScript, HTML, and CSS