Add official channels section to readme#4489
Conversation
📝 WalkthroughWalkthroughREADME updated with a new "Official Channels" navigation link in the header and corresponding section listing official community/download sources (website, GitHub org, Discord, Reddit) with a warning to trust only official channels for downloads and announcements. ChangesOfficial Channels Section
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with 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.
Inline comments:
In `@README.md`:
- Line 53: The separator image tag (<img
src="https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png"
width="100%">) is missing alt text which triggers MD045; add a meaningful alt
attribute (e.g., alt="section divider" or a description appropriate for the
image) to the <img> element so the tag becomes <img ... alt="..."> to restore
accessibility and satisfy the linter.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
|
||
| For installation, use the official methods listed below. | ||
|
|
||
| <img src="https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png" width="100%"> |
There was a problem hiding this comment.
Add alt text to the separator image on Line 53.
This trips MD045 (no-alt-text) and reduces accessibility in rendered docs.
Proposed fix
-<img src="https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png" width="100%">
+<img alt="Section divider" src="https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png" width="100%">📝 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.
| <img src="https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png" width="100%"> | |
| <img alt="Section divider" src="https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png" width="100%"> |
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 53-53: 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 53, The separator image tag (<img
src="https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png"
width="100%">) is missing alt text which triggers MD045; add a meaningful alt
attribute (e.g., alt="section divider" or a description appropriate for the
image) to the <img> element so the tag becomes <img ... alt="..."> to restore
accessibility and satisfy the linter.
In light of discussions regarding flow-launcher.com
Adds a list of official channels and a warning to be careful of similar looking domains and only use official installation methods
Summary by cubic
Adds an “Official Channels” section to the README with trusted links (website, GitHub, Discord, Reddit) and a warning about lookalike domains. Also adds a TOC link to the new section. No code changes.
Summary of changes
Release Note
Added a new “Official Channels” section in the README with trusted links so users can find authentic downloads and announcements.
Written for commit 3c09e76. Summary will update on new commits. Review in cubic