Skip to content

Add Star History Chart to README#369

Merged
Hmbown merged 4 commits into
Hmbown:mainfrom
pizofreude:main
May 2, 2026
Merged

Add Star History Chart to README#369
Hmbown merged 4 commits into
Hmbown:mainfrom
pizofreude:main

Conversation

@pizofreude
Copy link
Copy Markdown
Contributor

Summary

This PR adds a Star History chart to the project's README.md to visualize the repository's growth over time. The implementation went through a few iterations to simplify the Markdown syntax and refine the chart configuration.

Changes

  • Added Star History Section: Inserted a new section at the bottom of the README displaying the star history graph.
  • Simplified Syntax: Updated the initial HTML/picture tag implementation to a cleaner Markdown image link format for better compatibility and readability.
  • Refined Configuration: Removed the logscale parameter from the image source URL while keeping it in the link destination for consistent visual scaling options.

Technical Details

The chart is generated via the star-history.com API for the repository Hmbown/DeepSeek-TUI.

Testing

  • cargo test --all-features
  • cargo fmt --all -- --check
  • cargo clippy --all-targets --all-features

Checklist

  • Updated docs or comments as needed
  • Added or updated tests where relevant
  • Verified TUI behavior manually if UI changes

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds a 'Star History' section to the README.md file, featuring a chart link. The review feedback suggests moving this new section above the License section to adhere to standard documentation conventions and adding a trailing newline to the end of the file for POSIX compliance.

Comment thread README.md

[MIT](LICENSE)

## Star History
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.

medium

The License section is conventionally the final section of a README. Consider moving the Star History section above the License section (before line 407) to maintain a standard documentation structure.

Comment thread README.md Outdated
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@Hmbown
Copy link
Copy Markdown
Owner

Hmbown commented May 2, 2026

Tiny doc PR — adds a Star History chart to README. CI 'unstable' state is the existing flaky-test pattern not anything in this PR. Recommending maintainer merge.

@Hmbown Hmbown merged commit aec8d65 into Hmbown:main May 2, 2026
1 check passed
MMMarcinho pushed a commit to MMMarcinho/DeepSeek-TUI that referenced this pull request May 6, 2026
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.

2 participants