-
Notifications
You must be signed in to change notification settings - Fork 121
Modify badges in README.md #1050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -33,8 +33,12 @@ | |||||||||||||||||
| <img src="https://img.shields.io/badge/discussions-join-brightgreen" /> | ||||||||||||||||||
| </a> | ||||||||||||||||||
| <a href="https://github.com/codespaces/new?hide_repo_select=true&ref=master&repo=MFlowCode%2FMFC"> | ||||||||||||||||||
| <img src="https://img.shields.io/badge/Codespaces-Open%20in%201%20click-2ea44f?logo=github" /> | ||||||||||||||||||
| <img src="https://img.shields.io/badge/Codespaces-Open-2ea44f?logo=github" /> | ||||||||||||||||||
| </a> | ||||||||||||||||||
| <a href="https://hub.docker.com/r/sbryngelson/mfc"> | ||||||||||||||||||
| <img src="https://img.shields.io/badge/dockerhub-images-important.svg?logo=Docker&style=flat" /> | ||||||||||||||||||
| </a> | ||||||||||||||||||
|
Comment on lines
+38
to
+40
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: Replace the static Docker Hub badge with a dynamic one from shields.io to show pull counts, and add an
Suggested change
|
||||||||||||||||||
| </a> | |
| </a> |
Copilot
AI
Nov 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line contains only a tab character with no other content. Please remove this line as it adds unnecessary whitespace to the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Add an
altattribute to the Codespaces<img>tag to improve accessibility by providing a text alternative for screen readers. [general, importance: 4]