Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Semver

<p align="center">
<img src="docs/logos/semver-github.png" width=400px>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Add alt text for accessibility.

The image is missing an alt attribute, which is essential for screen readers and provides fallback text when the image fails to load.

♿ Proposed fix to add alt attribute
-	<img src="docs/logos/semver-github.png" width=400px>
+	<img src="docs/logos/semver-github.png" alt="Semver Logo" width=400px>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<img src="docs/logos/semver-github.png" width=400px>
<img src="docs/logos/semver-github.png" alt="Semver Logo" width=400px>
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)

[warning] 4-4: Images should have alternate text (alt text)

(MD045, no-alt-text)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 4, The README image tag is missing accessible alt text;
update the <img> element (src="docs/logos/semver-github.png") to include a
meaningful alt attribute (e.g., alt="SemVer GitHub logo" or a brief description
relevant to the project) so screen readers and fallback scenarios have
descriptive text.

</p>

<p align="center">
<a href="https://pkg.go.dev/pkg.package-operator.run/semver"><img src="https://pkg.go.dev/badge/pkg.package-operator.run/semver" /></a>
<img src="https://img.shields.io/github/license/package-operator/semver?style=flat-square"/>
Expand Down
Binary file added docs/logos/semver-github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
118 changes: 118 additions & 0 deletions docs/logos/semver-github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
120 changes: 120 additions & 0 deletions docs/logos/semver.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading