Skip to content

Fix README asset references and add project badges - #1

Merged
dubzrn merged 1 commit into
mainfrom
copilot/copy-svg-files-and-add-badges
Aug 23, 2026
Merged

Fix README asset references and add project badges#1
dubzrn merged 1 commit into
mainfrom
copilot/copy-svg-files-and-add-badges

Conversation

Copilot AI commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

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

    • Restore missing sponsor assets referenced by the README.
    • Add repo-level metadata badges to improve scanability at the top of the project page.
  • Changes

    • Added the upstream donation SVGs under assets/donate/, preserving the original filenames and directory structure.
    • Kept the existing sponsor links intact so the funding section matches the upstream branding.
    • Inserted a compact badge block directly below the H1 title for:
      • license
      • stars
      • issues
      • TypeScript/OpenCode plugin status
  • Example

[![License](https://img.shields.io/github/license/VRIL-LABS/better-write-opencode)](LICENSE)
[![Stars](https://img.shields.io/github/stars/VRIL-LABS/better-write-opencode?style=social)](https://github.com/VRIL-LABS/better-write-opencode/stargazers)
[![Issues](https://img.shields.io/github/issues/VRIL-LABS/better-write-opencode)](https://github.com/VRIL-LABS/better-write-opencode/issues)
[![TypeScript](https://img.shields.io/badge/TypeScript-OpenCode%20Plugin-3178C6?logo=typescript&logoColor=white)](https://github.com/VRIL-LABS/better-write-opencode)

This is a documentation-only fix, but it materially improves the landing experience for the repo without changing runtime behavior.

Co-authored-by: dubzrn <160236131+dubzrn@users.noreply.github.com>
@dubzrn
dubzrn marked this pull request as ready for review August 23, 2026 23:35
Copilot AI lite review requested due to automatic review settings August 23, 2026 23:35

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@dubzrn
dubzrn merged commit eb443c6 into main Aug 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants