docs: add Trendshift daily and weekly badges - #56
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a Trendshift daily ranking badge to the README’s existing badge block so the repository’s Trendshift visibility appears alongside CI/release/platform status.
Changes:
- Added a Trendshift daily Go repository badge link/image to the README badge section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (1)
README.md:12
- These badges are added as raw HTML while the rest of the badge block uses Markdown image links. This makes the README harder to maintain (very long lines) and the current
alttext is URL-encoded (%2F), which is less accessible. Prefer consistent Markdown badge syntax with human-readable alt text.
<a href="https://trendshift.io/repositories/88474?utm_source=trendshift-badge&utm_medium=badge&utm_campaign=badge-trendshift-88474" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/trendshift/repositories/88474/daily?language=Go" alt="pax-beehive%2Fpaxm | Trendshift" width="250" height="55"/></a>
<a href="https://trendshift.io/repositories/88474?utm_source=trendshift-badge&utm_medium=badge&utm_campaign=badge-trendshift-88474" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/trendshift/repositories/88474/weekly?language=Go" alt="pax-beehive%2Fpaxm | Trendshift" width="250" height="55"/></a>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (1)
README.md:12
- The new badge alt-text includes the full repo name and a
|, which is inconsistent with the other badges in this section (e.g., "CI", "Release", "Go", "Platforms") and can render awkwardly in some Markdown contexts. Consider simplifying the labels to just "Trendshift Daily" / "Trendshift Weekly" for consistency.
[](https://trendshift.io/repositories/88474)
[](https://trendshift.io/repositories/88474)
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.
What changed
Why
This makes both the repository's daily and weekly Trendshift rankings visible alongside the existing CI, release, Go, and platform badges.
Impact
Documentation-only change; no runtime behavior is affected.
Validation
git diff --check