From 905e2f95bf5fe3494a620cacb56c4064f196e2fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Hedman?= Date: Thu, 21 Oct 2021 16:37:16 -0500 Subject: [PATCH 1/2] Added active badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5803031..46ba631 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![Linux Build](https://github.com/grodansparadis/vscp-helper-lib/actions/workflows/build.yml/badge.svg) ![Windows Build](https://github.com/grodansparadis/vscp-helper-lib/actions/workflows/msbuild.yml/badge.svg) +[![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) + Helper functionality packed in a shared library for [VSCP](https://www.vscp.org) From 4b3e6e4583309005f75bcb2b3887cdbd266617c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Hedman?= Date: Thu, 21 Oct 2021 16:43:32 -0500 Subject: [PATCH 2/2] Added license badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46ba631..b712ec3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # vscp-helper-lib +![License](https://img.shields.io/badge/license-MIT-blue.svg) ![Linux Build](https://github.com/grodansparadis/vscp-helper-lib/actions/workflows/build.yml/badge.svg) ![Windows Build](https://github.com/grodansparadis/vscp-helper-lib/actions/workflows/msbuild.yml/badge.svg) [![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)