-
Notifications
You must be signed in to change notification settings - Fork 52
chore: add and unify badges to all published projects #2655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 standardizes badge displays across all published Mithril projects by adding a consistent set of badges in a unified order: CI workflow, package repository (crates.io or npmjs.com), license, and Discord community link. All badges now link to their associated pages rather than just displaying badge images.
- Adds CI workflow badges to all README files
- Standardizes badge order across all projects (CI, package repo, license, Discord)
- Updates badge links to point to actual pages instead of badge images
- Fixes crates.io package name references to match actual package names
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| mithril-common/README.md | Adds CI badge and fixes crates.io link to point to mithril-stm instead of mithril-common |
| mithril-client/README.md | Adds CI badge and updates license link to GitHub repository |
| mithril-client-wasm/README.md | Adds CI badge and updates npm/license links to actual pages |
| internal/mithril-build-script/README.md | Restructures badges onto separate line and updates links |
| internal/cardano-node/mithril-cardano-node-internal-database/README.md | Adds full badge set to previously badge-less README |
579710d to
6d13a2a
Compare
Make them all have the same set of badge in the same order: - CI badge - Package repository badge (crates.io or npmjs.com) - License - Discord (IOG tech community) Also all badges now links to their associated page instead of a link to the badge image.
6d13a2a to
bdb7521
Compare
turmelclem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🧋
Content
This PR includes make all published projects have the same set of badge in the same order:
Also all badges now links to their associated page instead of a link to the badge image.
Pre-submit checklist