From 98983f3f3b9dae111471043792dd24e5c834a6d3 Mon Sep 17 00:00:00 2001 From: Mike Jang Date: Mon, 3 Jun 2024 13:57:51 -0700 Subject: Add a GitHub discussions badge to the README - With NGINX green (hex code 009639) Signed-off-by: Andrew Clayton --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56daa4fc..08fd27bc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![CI](https://github.com/nginx/unit/actions/workflows/ci.yml/badge.svg)](https://github.com/nginx/unit/actions/workflows/ci.yml "GitHub workflow CI") +[![GitHub Discussions](https://img.shields.io/badge/GitHub-discussions-009639)](https://github.com/nginx/unit/discussions "GitHub Discussions") ## Universal Web App Server -- cgit