Fix README asset references and add project badges - #1
Merged
Conversation
Co-authored-by: dubzrn <160236131+dubzrn@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
dubzrn
August 23, 2026 23:35
View session
dubzrn
marked this pull request as ready for review
August 23, 2026 23:35
There was a problem hiding this comment.
Pull request overview
Updates the repository鈥檚 landing README to fix broken sponsor badge rendering by restoring the referenced donation SVG assets, and adds a small set of Shields.io repo badges directly under the title for quick project metadata visibility.
Changes:
- Added a compact badge block under the README H1 (license, stars, issues, TypeScript/OpenCode plugin).
- Restored the previously-missing sponsor/donation SVGs under
assets/donate/to match existing README references.
Reviewed changes
Copilot reviewed 1 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds repository metadata badges and relies on restored local donation assets for sponsor links. |
| assets/donate/github-sponsors.svg | Restores GitHub Sponsors badge asset referenced by README. |
| assets/donate/open-collective.svg | Restores Open Collective badge asset referenced by README. |
| assets/donate/ko-fi.svg | Restores Ko-fi badge asset referenced by README. |
| assets/donate/buy-me-a-coffee.svg | Restores Buy Me a Coffee badge asset referenced by README. |
| assets/donate/thanks-dev.svg | Restores thanks.dev badge asset referenced by README. |
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
The README was referencing donation SVGs that were not present in this repository, which left the sponsor badges broken in the rendered markdown. This update restores the missing branding assets and adds a small set of repository badges under the title so the project status is visible immediately.
Summary
Changes
assets/donate/, preserving the original filenames and directory structure.Example
This is a documentation-only fix, but it materially improves the landing experience for the repo without changing runtime behavior.