Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion: Add an alt attribute to the Codespaces <img> tag to improve accessibility by providing a text alternative for screen readers. [general, importance: 4]

Suggested change
<img src="https://img.shields.io/badge/Codespaces-Open-2ea44f?logo=github" />
<img src="https://img.shields.io/badge/Codespaces-Open-2ea44f?logo=github" alt="Open in GitHub Codespaces" />

</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
Copy link
Contributor

Choose a reason for hiding this comment

The 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 alt attribute for accessibility. [general, importance: 6]

Suggested change
<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>
<a href="https://hub.docker.com/r/sbryngelson/mfc">
<img src="https://img.shields.io/docker/pulls/sbryngelson/mfc?logo=docker&style=flat" alt="Docker Pulls" />
</a>

Copy link

Copilot AI Nov 15, 2025

Choose a reason for hiding this comment

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

This line contains trailing whitespace (a tab character after the closing </a> tag). Please remove the trailing tab character to maintain clean formatting.

Suggested change
</a>
</a>

Copilot uses AI. Check for mistakes.

Copy link

Copilot AI Nov 15, 2025

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.

Suggested change

Copilot uses AI. Check for mistakes.
<a href="https://github.com/MFlowCode/homebrew-mfc">
<img src="https://img.shields.io/badge/homebrew-mflowcode%2Fmfc%2Fmfc-brown?logo=homebrew&style=flat" />
</a>
Expand Down
Loading