Align Ink README badge block with custom-fields#14
Merged
Conversation
Agent-Logs-Url: https://github.com/relaticle/ink/sessions/b0997a3a-23e7-4fb8-872e-9ffe5ae41a0d Co-authored-by: ManukMinasyan <2556185+ManukMinasyan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ManukMinasyan
May 19, 2026 19:06
View session
There was a problem hiding this comment.
Pull request overview
Aligns the ink README’s top-of-page badge block with the format used in custom-fields, improving quick scannability of package metadata.
Changes:
- Added a top-of-README badge row using Shields.io
for-the-badgestyle. - Included badges for downloads, Laravel support versions, PHP requirement, license, and CI tests workflow status.
Comments suppressed due to low confidence (1)
README.md:7
- In HTML attribute values,
&should be escaped as&to avoid invalid HTML and potential rendering issues. Update theimgURL query string separators accordingly (e.g.,...branch=main&style=for-the-badge&label=tests).
<a href="https://github.com/relaticle/ink/actions/workflows/tests.yml"><img src="https://img.shields.io/github/actions/workflow/status/relaticle/ink/tests.yml?branch=main&style=for-the-badge&label=tests" alt="Tests"></a>
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+4
to
+7
| <a href="https://laravel.com/docs/12.x"><img src="https://img.shields.io/badge/Laravel-12.x%20%7C%2013.x-FF2D20?style=for-the-badge&logo=laravel" alt="Laravel 12 and 13"></a> | ||
| <a href="https://php.net"><img src="https://img.shields.io/badge/PHP-8.4-777BB4?style=for-the-badge&logo=php" alt="PHP 8.4"></a> | ||
| <a href="https://packagist.org/packages/relaticle/ink"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" alt="License"></a> | ||
| <a href="https://github.com/relaticle/ink/actions/workflows/tests.yml"><img src="https://img.shields.io/github/actions/workflow/status/relaticle/ink/tests.yml?branch=main&style=for-the-badge&label=tests" alt="Tests"></a> |
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.
inkREADME did not mirror the badge presentation used incustom-fields, making package metadata less immediately scannable at the top of the page. This update aligns the badge block format and coverage between the two repos.Header badge parity
README.mdusing the samefor-the-badgevisual style ascustom-fields.relaticle/ink)12.x | 13.x)8.4)MIT)tests.yml,main)Scope