docs(website): Add Tower sponsor to website sponsors section#1140
docs(website): Add Tower sponsor to website sponsors section#1140
Conversation
Tower sponsor was listed in README but missing from the website's shared sponsors-section.md. Added Tower with the dock icon image at width=255 to match the visual balance with other sponsor banners.
Summary of ChangesHello @yamadashy, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request integrates Tower, a popular Git client, into the website's universal sponsors section. The change ensures that Tower's sponsorship is consistently reflected across all language versions of the website, providing broader visibility for the sponsor and maintaining uniformity in the site's content. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
📝 WalkthroughWalkthroughAdded a Tower sponsorship block to the sponsors section markdown file, positioned after the existing Tuple sponsorship. The block includes a linked image and descriptive text identifying Tower as a Git client for Mac and Windows. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 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 |
Deploying repomix with
|
| Latest commit: |
b0e3bf3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://75b1342f.repomix.pages.dev |
| Branch Preview URL: | https://docs-add-tower-sponsor-to-we.repomix.pages.dev |
There was a problem hiding this comment.
Code Review
This pull request correctly adds Tower as a new sponsor to the shared sponsors section of the website. The change is straightforward and follows the existing structure. I have one minor suggestion to improve formatting consistency with the other sponsor entries.
| <img alt="Tower sponsorship" width="255" src="/images/sponsors/tower/tower-dock-icon-light.png"> | ||
| </a> | ||
|
|
||
| [Tower, the most powerful Git client for Mac and Windows](https://git-tower.com/?utm_source=repomix&utm_medium=referral) |
There was a problem hiding this comment.
For consistency with the other sponsor entries in this file, please add a blank line after the Tower sponsor's description. This will make the spacing uniform across all sponsor blocks.
| [Tower, the most powerful Git client for Mac and Windows](https://git-tower.com/?utm_source=repomix&utm_medium=referral) | |
| [Tower, the most powerful Git client for Mac and Windows](https://git-tower.com/?utm_source=repomix&utm_medium=referral) | |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1140 +/- ##
=======================================
Coverage 87.17% 87.17%
=======================================
Files 116 116
Lines 4382 4382
Branches 1019 1019
=======================================
Hits 3820 3820
Misses 562 562 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Code Review: PR #1140 - Add Tower sponsor to website sponsors sectionSummaryThis PR adds Tower (a Git client) to the website's shared sponsors section, aligning the website with the README.md which already includes Tower as a sponsor. The change is straightforward and well-structured. ✅ Code Quality
✅ Verification
📝 Minor ObservationImage width difference (Not a blocker)The Tower image uses 🔍 Premortem Analysis
✅ Checklist Compliance
VerdictLGTM 👍 - This is a simple, clean addition that properly mirrors existing sponsor entries. Ready to merge after visual verification on the website preview. 🤖 Generated with Claude Code |
Add Tower sponsor to the website's shared sponsors section.
Tower was already listed as a sponsor in README.md but was missing from
website/client/src/shared/sponsors-section.md, which is used across all language pages on the website.Checklist
npm run testnpm run lint