Skip to content

Update README.md#140

Merged
HarshaNalluru merged 1 commit intomainfrom
HarshaNalluru-patch-1
Apr 9, 2026
Merged

Update README.md#140
HarshaNalluru merged 1 commit intomainfrom
HarshaNalluru-patch-1

Conversation

@HarshaNalluru
Copy link
Copy Markdown
Contributor

@HarshaNalluru HarshaNalluru commented Apr 9, 2026

change badge colors


Open with Devin

@HarshaNalluru HarshaNalluru marked this pull request as ready for review April 9, 2026 00:15
Copilot AI review requested due to automatic review settings April 9, 2026 00:15
@HarshaNalluru HarshaNalluru merged commit 10d8b2e into main Apr 9, 2026
20 of 21 checks passed
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

Open in Devin Review

Comment thread README.md
Comment on lines +12 to +14
[![PyPI](https://img.shields.io/pypi/v/moss?color=deepgreen)](https://pypi.org/project/moss/)
[![PyPI downloads](https://static.pepy.tech/personalized-badge/inferedge-moss-core?period=total&units=international_system&left_color=grey&right_color=blue&left_text=pypi+downloads)](https://pepy.tech/project/inferedge-moss-core)
[![npm](https://img.shields.io/npm/v/@moss-dev/moss?color=deepgreen)](https://www.npmjs.com/package/@moss-dev/moss)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🚩 "deepgreen" may not be a valid shields.io named color

The badge URLs on lines 12 and 14 use color=deepgreen, which is not one of the standard shields.io named colors (brightgreen, green, yellowgreen, yellow, orange, red, blue, grey, lightgrey). If shields.io doesn't recognize it, the badge may render with a fallback/default color rather than the intended deep green. This is a minor cosmetic concern — the badge will still render and link correctly, just potentially not with the desired color. Worth verifying by previewing the rendered README.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 README badge styling by changing the colors used for the PyPI/npm version and download badges.

Changes:

  • Adjust PyPI and npm version badge colors.
  • Adjust PyPI downloads (pepy) badge colors.
  • Add an explicit color to the npm downloads badge.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +12 to +14
[![PyPI](https://img.shields.io/pypi/v/moss?color=deepgreen)](https://pypi.org/project/moss/)
[![PyPI downloads](https://static.pepy.tech/personalized-badge/inferedge-moss-core?period=total&units=international_system&left_color=grey&right_color=blue&left_text=pypi+downloads)](https://pepy.tech/project/inferedge-moss-core)
[![npm](https://img.shields.io/npm/v/@moss-dev/moss?color=deepgreen)](https://www.npmjs.com/package/@moss-dev/moss)
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

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

The color=deepgreen query value is not a standard CSS named color and is unlikely to be recognized by shields.io, which can cause the badges to render with an unexpected/default color. Use a supported color name (e.g., darkgreen, green) or a hex color (e.g., 006400).

Suggested change
[![PyPI](https://img.shields.io/pypi/v/moss?color=deepgreen)](https://pypi.org/project/moss/)
[![PyPI downloads](https://static.pepy.tech/personalized-badge/inferedge-moss-core?period=total&units=international_system&left_color=grey&right_color=blue&left_text=pypi+downloads)](https://pepy.tech/project/inferedge-moss-core)
[![npm](https://img.shields.io/npm/v/@moss-dev/moss?color=deepgreen)](https://www.npmjs.com/package/@moss-dev/moss)
[![PyPI](https://img.shields.io/pypi/v/moss?color=006400)](https://pypi.org/project/moss/)
[![PyPI downloads](https://static.pepy.tech/personalized-badge/inferedge-moss-core?period=total&units=international_system&left_color=grey&right_color=blue&left_text=pypi+downloads)](https://pepy.tech/project/inferedge-moss-core)
[![npm](https://img.shields.io/npm/v/@moss-dev/moss?color=006400)](https://www.npmjs.com/package/@moss-dev/moss)

Copilot uses AI. Check for mistakes.
Comment thread README.md
<div align="center">
<sub>Built by the team at <a href="https://moss.dev">Moss</a> · Backed by <a href="https://www.ycombinator.com">Y Combinator</a></sub>
</div> No newline at end of file
</div>
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

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

The closing </div> indentation is now inconsistent with the surrounding HTML block (line 309 is indented but line 310 is not). Consider keeping indentation consistent to avoid noisy diffs and improve readability.

Suggested change
</div>
</div>

Copilot uses AI. Check for mistakes.
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