Replace contributors table with DeepSpeed-style circular avatars#89
Replace contributors table with DeepSpeed-style circular avatars#89anxiangsir merged 2 commits intomainfrom
Conversation
…g contrib.rocks Co-authored-by: anxiangsir <31175974+anxiangsir@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the README’s Contributors section to use a DeepSpeed-style, auto-generated circular avatar strip via contrib.rocks, removing the manually maintained HTML table.
Changes:
- Replaced the manual 7-column contributors
<table>with a contrib.rocks-generated contributors image link. - Simplified the Contributors section markup to a single link + image.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| </tr> | ||
| </table> | ||
| <a href="https://github.com/EvolvingLMMs-Lab/OneVision-Encoder/graphs/contributors"> | ||
| <img src="https://contrib.rocks/image?repo=EvolvingLMMs-Lab/OneVision-Encoder" width="800px"/> |
There was a problem hiding this comment.
The new contributors is missing an
alt attribute, while other README images consistently include alt text. Consider adding a descriptive alt (e.g., "Contributors") to improve accessibility/screen reader support.
| <img src="https://contrib.rocks/image?repo=EvolvingLMMs-Lab/OneVision-Encoder" width="800px"/> | |
| <img src="https://contrib.rocks/image?repo=EvolvingLMMs-Lab/OneVision-Encoder" alt="Contributors" width="800px"/> |
| </tr> | ||
| </table> | ||
| <a href="https://github.com/EvolvingLMMs-Lab/OneVision-Encoder/graphs/contributors"> | ||
| <img src="https://contrib.rocks/image?repo=EvolvingLMMs-Lab/OneVision-Encoder" width="800px"/> |
There was a problem hiding this comment.
width="800px" is inconsistent with the rest of the README (which uses numeric pixel widths like width="800") and HTML width attributes are typically numeric. Consider changing to width="800" and/or adding style="max-width: 100%;" so the image scales better on narrow screens.
Replace the manual HTML
<table>contributors section with auto-generated circular avatars via contrib.rocks, matching the DeepSpeed README style.<img>from contrib.rocks that auto-generates circular avatar-only layout from repo contributorsOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.