chore: add contributors section to README#35
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughA new "Contributors" section was added to the README.md file, featuring a thank-you message and a dynamic badge that displays repository contributors using GitHub's contributors graph and the contrib.rocks service. Changes
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
117-118: Add descriptive alt text to the contributors badge for accessibilityThe
<img>element lacks analtattribute, which violates Markdown accessibility guidelines (see MD045) and hinders screen-reader users.- <img src="https://contrib.rocks/image?repo=macintushar/draw" /> + <img src="https://contrib.rocks/image?repo=macintushar/draw" alt="List of Draw contributors" />
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
README.md
117-117: Images should have alternate text (alt text)
(MD045, no-alt-text)
Summary by CodeRabbit