Skip to content

Add comprehensive badge set and enhance README presentation#13

Merged
dfeen87 merged 2 commits intomainfrom
copilot/add-more-badges-to-readme
Feb 14, 2026
Merged

Add comprehensive badge set and enhance README presentation#13
dfeen87 merged 2 commits intomainfrom
copilot/add-more-badges-to-readme

Conversation

Copy link
Contributor

Copilot AI commented Feb 14, 2026

Expanded README badge coverage from 2 to 21 badges, organized into functional groups for improved scannability and project discoverability.

Badge Additions

Technical Stack (5 badges)

  • CI workflow status, CMake requirement, platform support, documentation availability, sponsorship

Community Metrics (10 badges)

  • Stars, forks, issues, PRs, last commit, repo/code size, top language, maintenance status, contributor signals

Academic Citations (4 badges)

  • Zenodo DOI badges in Publications section header + inline with each publication

Visual Enhancements

  • Icons (📖📄📚) on publication links for content type disambiguation
  • DOI badges positioned for immediate credibility signaling
  • Badge grouping: technical/build in first row, social/community in second row

Before:

[![License: MIT](...)
[![C++](...)

After:

[![License: MIT](...)
[![CI](...)
[![C++](...)
[![CMake](...)
[![Platform](...)
[![Documentation](...)
[![Sponsor](...)

[![GitHub Stars](...)
[![GitHub Forks](...)
[... 8 more community badges ...]

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: dfeen87 <158860247+dfeen87@users.noreply.github.com>
Copilot AI changed the title [WIP] Add more badges and update README Add comprehensive badge set and enhance README presentation Feb 14, 2026
Copilot AI requested a review from dfeen87 February 14, 2026 22:21
@dfeen87 dfeen87 marked this pull request as ready for review February 14, 2026 22:25
Copilot AI review requested due to automatic review settings February 14, 2026 22:25
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@dfeen87 dfeen87 merged commit 9f7ffdf into main Feb 14, 2026
4 checks passed
@dfeen87 dfeen87 deleted the copilot/add-more-badges-to-readme branch February 14, 2026 22:25
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances the project’s README.md presentation by expanding and organizing repository badges and improving the Publications section’s scannability and credibility signaling.

Changes:

  • Added a broad set of repository/metadata badges (CI, docs, sponsor, community metrics).
  • Reworked “Publications & References” to include Zenodo DOI badges and content-type icons on links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![CI](https://github.com/dfeen87/HLV-RAPS/actions/workflows/ci.yml/badge.svg)](https://github.com/dfeen87/HLV-RAPS/actions/workflows/ci.yml)
[![C++](https://img.shields.io/badge/C%2B%2B-17-blue.svg)](https://isocpp.org/)
[![CMake](https://img.shields.io/badge/CMake-3.10+-064F8C.svg)](https://cmake.org/)
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CMake badge advertises 3.10+, but the repo’s CMake entry points currently require cmake_minimum_required(VERSION 3.16) (e.g., tests/sil/CMakeLists.txt and examples/api_client/CMakeLists.txt). Please update the badge (and keep the README prerequisites in sync) so users aren’t told an unsupported minimum CMake version.

Suggested change
[![CMake](https://img.shields.io/badge/CMake-3.10+-064F8C.svg)](https://cmake.org/)
[![CMake](https://img.shields.io/badge/CMake-3.16+-064F8C.svg)](https://cmake.org/)

Copilot uses AI. Check for mistakes.
[![Code Size](https://img.shields.io/github/languages/code-size/dfeen87/HLV-RAPS)](https://github.com/dfeen87/HLV-RAPS)
[![Top Language](https://img.shields.io/github/languages/top/dfeen87/HLV-RAPS)](https://github.com/dfeen87/HLV-RAPS)
[![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/dfeen87/HLV-RAPS/graphs/commit-activity)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
Copy link

Copilot AI Feb 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The “PRs welcome” badge link uses http://makeapullrequest.com. Please switch this to HTTPS to avoid insecure redirects/mixed-content warnings and to match typical repository link hygiene.

Suggested change
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments