From 2339bbf689478da91c56211af9f95a1eab25dcbe Mon Sep 17 00:00:00 2001 From: Jimisola Laursen Date: Sun, 8 Mar 2026 00:29:41 +0100 Subject: [PATCH] docs: add badges to README Add commit activity, issues, license, and build status badges to match the style used in other reqstool repos. Signed-off-by: jimisola --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f1a4867..859ed14 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Reqstool Documentation +[![Commit Activity](https://img.shields.io/github/commit-activity/m/reqstool/reqstool.github.io?label=commits&style=for-the-badge)](https://github.com/reqstool/reqstool.github.io/pulse) +[![GitHub Issues](https://img.shields.io/github/issues/reqstool/reqstool.github.io?style=for-the-badge&logo=github)](https://github.com/reqstool/reqstool.github.io/issues) +[![License](https://img.shields.io/github/license/reqstool/reqstool.github.io?style=for-the-badge&logo=opensourceinitiative)](https://opensource.org/license/mit/) +[![Build](https://img.shields.io/github/actions/workflow/status/reqstool/reqstool.github.io/publish_gh_pages.yml?style=for-the-badge&logo=github)](https://github.com/reqstool/reqstool.github.io/actions/workflows/publish_gh_pages.yml) [![Documentation](https://img.shields.io/badge/Documentation-blue?style=for-the-badge&link=docs)](https://reqstool.github.io) Central documentation site for the [reqstool](https://github.com/reqstool) ecosystem. Built with [Antora](https://antora.org/) and published to GitHub Pages.