chore: add rudderai announcement#3048
Conversation
📝 WalkthroughWalkthroughThe PR adds a centered promotional banner at the top of the README introducing "RudderAI" with a launch message and link. The banner is implemented using HTML paragraph markup with inline center alignment styling. No other README content is modified. ChangesRudderAI Launch Banner
🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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.
Pull request overview
Adds a top-of-README announcement banner in README.md to highlight the RudderAI launch, keeping the rest of the SDK documentation intact.
Changes:
- Added a centered RudderAI announcement banner with a link to the product page.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
🧹 Nitpick comments (1)
README.md (1)
4-4: ⚡ Quick winRemove inconsistent spacing in the closing tag.
Line 4 has a leading space before the closing
</p>tag, which is inconsistent with standard HTML formatting.✨ Proposed formatting fix
<br/> - </p> +</p>🤖 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 4, Remove the inconsistent leading space before the closing paragraph tag by editing the README.md content so the closing tag reads "</p>" (no leading whitespace) wherever the malformed " </p>" appears; search for the closing tag in the README and update instances to use the standard "</p>" form to ensure consistent HTML formatting.
🤖 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.
Nitpick comments:
In `@README.md`:
- Line 4: Remove the inconsistent leading space before the closing paragraph tag
by editing the README.md content so the closing tag reads "</p>" (no leading
whitespace) wherever the malformed " </p>" appears; search for the closing tag
in the README and update instances to use the standard "</p>" form to ensure
consistent HTML formatting.
PR Description
Add RudderAI announcement banner
Cross Browser Tests
Please confirm you have tested for the following browsers:
Sanity Suite
Security
Summary by CodeRabbit