From 079809aff981721ef0454434401147d727b2f3ad Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 20 May 2024 08:54:31 +0100 Subject: [PATCH] Add help wanted badge Add a badge to the README that links to all the help-wanted issues. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a5ed3f42f..176b6d9240 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Swashbuckle.AspNetCore [![NuGet](https://buildstats.info/nuget/Swashbuckle.AspNetCore)](https://www.nuget.org/packages/Swashbuckle.AspNetCore/ "Download Swashbuckle.AspNetCore from NuGet.org") +[![Help Wanted](https://img.shields.io/github/issues/domaindrivendev/Swashbuckle.AspNetCore/help-wanted?style=flat&color=%24EC820&label=Help%20wanted)](/~https://github.com/domaindrivendev/Swashbuckle.AspNetCore/labels/help-wanted) + [Swagger](https://swagger.io) tooling for APIs built with ASP.NET Core. Generate beautiful API documentation, including a UI to explore and test operations, directly from your routes, controllers and models. In addition to its [Swagger 2.0 and OpenAPI 3.0](https://swagger.io/specification/) generator, Swashbuckle also provides an embedded version of the awesome [swagger-ui](/~https://github.com/swagger-api/swagger-ui) that's powered by the generated Swagger JSON. This means you can complement your API with living documentation that's always in sync with the latest code. Best of all, it requires minimal coding and maintenance, allowing you to focus on building an awesome API.