From 5ad25af33d0f7ccc959696327528e2e951f798ea Mon Sep 17 00:00:00 2001 From: Ben Adams Date: Mon, 29 Mar 2021 07:09:41 +0100 Subject: [PATCH 1/2] Badges, badges! (Licence, Help wanted, Good first issue, Chat) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ea46765aa8df..5d2b72b015f6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +![https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt](https://img.shields.io/github/license/dotnet/aspnetcore?color=%230b0&style=flat-square) ![https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22](https://img.shields.io/github/issues/dotnet/aspnetcore/help%20wanted?color=%232EA043&label=help%20wanted&style=flat-square) ![https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22](https://img.shields.io/github/issues/dotnet/aspnetcore/good%20first%20issue?color=%23512BD4&label=good%20first%20issue&style=flat-square) +[![Discord](https://img.shields.io/discord/732297728826277939?style=flat-square&label=Discord&logo=discord&logoColor=white&color=7289DA)](https://aka.ms/dotnet-discord) + ASP.NET Core ============ From c8076d6de0c1baaa22eeebdc5de68db3f34b5b95 Mon Sep 17 00:00:00 2001 From: Ben Adams Date: Mon, 29 Mar 2021 08:12:37 +0100 Subject: [PATCH 2/2] Use correct links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d2b72b015f6..1e4d363f0cf3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt](https://img.shields.io/github/license/dotnet/aspnetcore?color=%230b0&style=flat-square) ![https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22](https://img.shields.io/github/issues/dotnet/aspnetcore/help%20wanted?color=%232EA043&label=help%20wanted&style=flat-square) ![https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22](https://img.shields.io/github/issues/dotnet/aspnetcore/good%20first%20issue?color=%23512BD4&label=good%20first%20issue&style=flat-square) +[![Apache-2.0 Licence](https://img.shields.io/github/license/dotnet/aspnetcore?color=%230b0&style=flat-square)](https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt) [![Help Wanted](https://img.shields.io/github/issues/dotnet/aspnetcore/help%20wanted?color=%232EA043&label=help%20wanted&style=flat-square)](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) [![Good First Issues](https://img.shields.io/github/issues/dotnet/aspnetcore/good%20first%20issue?color=%23512BD4&label=good%20first%20issue&style=flat-square)](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) [![Discord](https://img.shields.io/discord/732297728826277939?style=flat-square&label=Discord&logo=discord&logoColor=white&color=7289DA)](https://aka.ms/dotnet-discord) ASP.NET Core