docs: reorganize and extend the README badge cluster#101
Merged
Conversation
Replace the flat row of seven badges with a two-column table that groups them by concern — Build, Quality, Security, Package — so the badge cluster is scannable instead of a single dense line. Same badges and URLs, only the layout changes. Mirrored in the French translation (doc/README.fr.md), with the group labels localized (Qualité, Sécurité). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014W1zrcBNy3jEs8ngAQKwZg
Add a Project row to the badge table with two always-available badges: the Apache-2.0 license (linked to LICENSE) and Conventional Commits, which the repo actually enforces via the commit-msg hook and the commit-lint CI check. Mirrored in the French translation (doc/README.fr.md); the license badge there links to ../LICENSE and the row label is localized (Projet). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014W1zrcBNy3jEs8ngAQKwZg
15 tasks
Add a NuGet badge to the Package row, before the .NET Standard badge. It uses shields.io's `nuget/vpre` endpoint, which reports the latest version INCLUDING pre-releases, so it will resolve the first preview package rather than showing "no stable release" until a stable version ships. Meant to land only once the package is actually published and indexed on nuget.org; merged before that, the badge would render "not found". Mirrored in the French translation (doc/README.fr.md). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014W1zrcBNy3jEs8ngAQKwZg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reorganizes the README badge cluster from a flat row into a compact two-column table grouped by concern (Build · Quality · Security · Package · Project), and extends it with three badges: Apache-2.0 license, Conventional Commits, and a NuGet version badge.
Type of change
Changes
LICENSE) and a Conventional Commits badge — the convention is actually enforced here via thecommit-msghook and thecommit-lintCI check.nuget/vpreendpoint, so it resolves the first pre-release package instead of showing "no stable release".doc/README.fr.md): localized group labels (Qualité, Sécurité, Projet), the existing "Couverture" badge label, and the license badge linked to../LICENSE.Testing
dotnet build FirstClassErrors.slndotnet test FirstClassErrors.slnFirstClassErrors.Analyzers.UnitTests)Documentation-only change (Markdown); no build or test commands were run.
Documentation
doc/updateddoc/README.fr.md) updated if user-facing behavior changedRelated issues
🤖 Generated with Claude Code
https://claude.ai/code/session_014W1zrcBNy3jEs8ngAQKwZg