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: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for the full guide.
| Implement risk scoring algorithm | 🔴 Advanced | `AI/ML` |
| Add ONNX INT8 quantization for YOLO | 🔴 Advanced | `optimization` |

### 👥 Contributors

Thanks to all contributors ❤️

[![Contributors](https://contrib.rocks/image?repo=Devnil434/Eagle)](https://github.com/Devnil434/Eagle/graphs/contributors)

Comment on lines +353 to +358

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 | 🟠 Major | ⚡ Quick win

Hard-coded repository reference breaks README template consistency.

The contrib.rocks badge uses a hard-coded repository reference (Devnil434/Eagle) while other parts of the README use the placeholder pattern (your-org). Lines 211 and 385 show the established pattern for template customization. This inconsistency will confuse users who fork or clone the repo and expect the Contributors badge to point to their own repository.

🔧 Proposed fix to use placeholder pattern
 ### 👥 Contributors
 
 Thanks to all contributors ❤️
 
-[![Contributors](https://contrib.rocks/image?repo=Devnil434/Eagle)](https://github.com/Devnil434/Eagle/graphs/contributors)
+[![Contributors](https://contrib.rocks/image?repo=your-org/Eagle)](https://github.com/your-org/Eagle/graphs/contributors)
📝 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
### 👥 Contributors
Thanks to all contributors ❤️
[![Contributors](https://contrib.rocks/image?repo=Devnil434/Eagle)](https://github.com/Devnil434/Eagle/graphs/contributors)
### 👥 Contributors
Thanks to all contributors ❤️
[![Contributors](https://contrib.rocks/image?repo=your-org/Eagle)](https://github.com/your-org/Eagle/graphs/contributors)
🤖 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` around lines 353 - 358, The Contributors badge in the README uses
a hard-coded repository reference (Devnil434/Eagle) in the contrib.rocks image
URL, which is inconsistent with the placeholder pattern established elsewhere in
the document (referenced at lines 211 and 385). Replace the hard-coded
repository reference in the contrib.rocks image URL with the same placeholder
pattern used throughout the README to ensure the badge correctly points to
users' own repositories when they fork or clone the project. Check lines 211 and
385 to identify the exact placeholder pattern being used and apply it to the
repository parameter in the contrib.rocks URL.

---

## ⚠️ Known Challenges
Expand Down
Loading