Fix profile README GitHub Stats section showing blank#1
Merged
Rohan5commit merged 6 commits intomainfrom Apr 6, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/Rohan5commit/Rohan5commit/sessions/301759a1-6df2-4a49-a391-e849172df90b Co-authored-by: Rohan5commit <181558744+Rohan5commit@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Rohan5commit/Rohan5commit/sessions/7d36d45e-d8f4-4c6b-995d-108a332b8cc4 Co-authored-by: Rohan5commit <181558744+Rohan5commit@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Rohan5commit/Rohan5commit/sessions/934d618c-b00e-4fb5-a28e-23f9f8e0e8cb Co-authored-by: Rohan5commit <181558744+Rohan5commit@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Rohan5commit/Rohan5commit/sessions/cad0f3d2-9928-40b9-bf7e-0c329945ea69 Co-authored-by: Rohan5commit <181558744+Rohan5commit@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Rohan5commit/Rohan5commit/sessions/cad0f3d2-9928-40b9-bf7e-0c329945ea69 Co-authored-by: Rohan5commit <181558744+Rohan5commit@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Rohan5commit/Rohan5commit/sessions/cad0f3d2-9928-40b9-bf7e-0c329945ea69 Co-authored-by: Rohan5commit <181558744+Rohan5commit@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Rohan5commit
April 6, 2026 04:01
View session
Copilot stopped work on behalf of
Rohan5commit due to an error
April 6, 2026 04:04
There was a problem hiding this comment.
Pull request overview
Updates the profile README to prevent the GitHub Stats section from rendering as a blank block on the GitHub profile page by replacing external stats-card image embeds with text-based links.
Changes:
- Removed external GitHub stats image cards (overall stats, streaks, top languages).
- Added a simple bullet list of profile links for Followers, Repositories, and Gists.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
This PR fixes the profile README section that appears as a blank block under GitHub Stats on the GitHub profile page.
Changes
Why this fixes it
The blank area was caused by external stat-card image embeds not rendering in the profile context. Plain markdown links render reliably in GitHub profile README, so the section now always displays visible content.
Validation
README.mdon this branch contains the new text-link stats block.