Skip to content

Add Star History section to README#65

Merged
martian56 merged 1 commit into
mainfrom
martian56-patch-5
Mar 25, 2026
Merged

Add Star History section to README#65
martian56 merged 1 commit into
mainfrom
martian56-patch-5

Conversation

@martian56
Copy link
Copy Markdown
Member

No description provided.

Added Star History section with visual representation.
@martian56 martian56 added this to the Deadline milestone Mar 25, 2026
@martian56 martian56 self-assigned this Mar 25, 2026
@martian56 martian56 added the documentation Improvements or additions to documentation label Mar 25, 2026
Copilot AI review requested due to automatic review settings March 25, 2026 15:25
@martian56 martian56 merged commit 01e173e into main Mar 25, 2026
6 checks passed
Copy link
Copy Markdown
Member

@Rafetikus Rafetikus left a comment

Choose a reason for hiding this comment

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

Good job!

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

Adds a “Star History” section to the repository README to display an embedded star growth chart and link out to the full chart on star-history.com.

Changes:

  • Introduces a new “Star History” README section.
  • Embeds a theme-aware (dark/light) star-history chart via a <picture> element.
  • Adds an external link to the chart page on star-history.com.

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

Comment thread README.md
Comment on lines +91 to +95
<a href="https://www.star-history.com/?repos=Devlaner%2Fdevlane&type=date&logscale=&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=Devlaner/devlane&type=date&theme=dark&logscale&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=Devlaner/devlane&type=date&logscale&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/image?repos=Devlaner/devlane&type=date&logscale&legend=top-left" />
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

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

The star-history href and the embedded image URLs use slightly different query-string formats (e.g., logscale= in the href vs logscale in the image URLs, and Devlaner%2Fdevlane vs Devlaner/devlane). Normalizing these so they match exactly will avoid confusion and reduce the chance that the link opens a chart configured differently than the embedded image.

Copilot uses AI. Check for mistakes.
@martian56 martian56 deleted the martian56-patch-5 branch May 2, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants