Skip to content
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

Update README.md #428

Closed
Closed
Changes from 1 commit
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This platform is designed to empower users in managing waste efficiently and con
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contributors](#contributors)
- [Contributing](#contributing)
- [License](#license)

Expand Down Expand Up @@ -74,6 +75,13 @@ This platform is designed to empower users in managing waste efficiently and con

---

## Contributors
A huge thanks to all our contributors

<a href="https://github.com/GarimaSingh0109/WasteManagment/graphs/contributors">
<img src="https://contrib.rocks/image?repo=GarimaSingh0109/WasteManagment" />
</a>
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Add alt text to improve accessibility.

The contributors image is missing alt text, which is important for accessibility and when images fail to load.

Apply this fix:

 <a href="https://github.com/GarimaSingh0109/WasteManagment/graphs/contributors">
-  <img src="https://contrib.rocks/image?repo=GarimaSingh0109/WasteManagment" />
+  <img src="https://contrib.rocks/image?repo=GarimaSingh0109/WasteManagment" alt="Project contributors" />
 </a>
📝 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
<a href="https://github.com/GarimaSingh0109/WasteManagment/graphs/contributors">
<img src="https://contrib.rocks/image?repo=GarimaSingh0109/WasteManagment" />
</a>
<a href="https://github.com/GarimaSingh0109/WasteManagment/graphs/contributors">
<img src="https://contrib.rocks/image?repo=GarimaSingh0109/WasteManagment" alt="Project contributors" />
</a>
🧰 Tools
🪛 Markdownlint (0.35.0)

82-82: null
Images should have alternate text (alt text)

(MD045, no-alt-text)


## Contributing

We welcome contributions to enhance the platform!
Expand Down