Add comprehensive badge set and enhance README presentation#13
Conversation
Co-authored-by: dfeen87 <158860247+dfeen87@users.noreply.github.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
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) | ||
| [](https://github.com/dfeen87/HLV-RAPS/actions/workflows/ci.yml) | ||
| [](https://isocpp.org/) | ||
| [](https://cmake.org/) |
There was a problem hiding this comment.
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.
| [](https://cmake.org/) | |
| [](https://cmake.org/) |
| [](https://github.com/dfeen87/HLV-RAPS) | ||
| [](https://github.com/dfeen87/HLV-RAPS) | ||
| [](https://github.com/dfeen87/HLV-RAPS/graphs/commit-activity) | ||
| [](http://makeapullrequest.com) |
There was a problem hiding this comment.
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.
| [](http://makeapullrequest.com) | |
| [](https://makeapullrequest.com) |
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)
Community Metrics (10 badges)
Academic Citations (4 badges)
Visual Enhancements
Before:
After:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.