Skip to content

docs(website): Add Tower sponsor to website sponsors section#1140

Merged
yamadashy merged 1 commit intomainfrom
docs/add-tower-sponsor-to-website
Feb 7, 2026
Merged

docs(website): Add Tower sponsor to website sponsors section#1140
yamadashy merged 1 commit intomainfrom
docs/add-tower-sponsor-to-website

Conversation

@yamadashy
Copy link
Copy Markdown
Owner

@yamadashy yamadashy commented Feb 7, 2026

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

  • Run npm run test
  • Run npm run lint

Open with Devin

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.
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @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

  • Sponsor Addition: Added Tower, a popular Git client, to the website's shared sponsors section.
  • Website Consistency: Ensured Tower's sponsorship is consistently displayed across all language pages of the website, addressing its previous absence from this shared section despite being listed in README.md.

🧠 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
  • website/client/src/shared/sponsors-section.md
    • Added HTML markup for the Tower sponsor, including an image link to their logo and a text link with a description.
    • Inserted a line break (<br>) for proper spacing between sponsor entries.
Activity
  • No specific review comments or discussions have been recorded yet.
  • The author has completed the checklist items, including running npm run test and npm run lint.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Feb 7, 2026

📝 Walkthrough

Walkthrough

Added 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

Cohort / File(s) Summary
Sponsor Section Content
website/client/src/shared/sponsors-section.md
Added Tower sponsorship block with image link and descriptive text after the Tuple sponsor entry.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title clearly and accurately describes the main change: adding Tower sponsor to the website sponsors section.
Description check ✅ Passed The description includes all required template sections with substantive content, explaining the change context and confirming test/lint execution.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/add-tower-sponsor-to-website

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying repomix with  Cloudflare Pages  Cloudflare Pages

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

View logs

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
[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
Copy link
Copy Markdown

codecov bot commented Feb 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.17%. Comparing base (edaeff6) to head (b0e3bf3).
⚠️ Report is 10 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@claude
Copy link
Copy Markdown
Contributor

claude bot commented Feb 7, 2026

Code Review: PR #1140 - Add Tower sponsor to website sponsors section

Summary

This 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

  • Follows existing patterns: The HTML structure matches the existing Tuple sponsor entry exactly
  • Consistent formatting: Uses the same <br> separator, anchor tag pattern, and markdown link format
  • Proper UTM parameters: Includes appropriate tracking parameters (utm_source=repomix&utm_medium=referral)

✅ Verification

  • Image file exists: website/client/src/public/images/sponsors/tower/tower-dock-icon-light.png is present (350KB)
  • Consistency with README: Tower is already listed in README.md (lines 22-27) with the same URL and image

📝 Minor Observation

Image width difference (Not a blocker)

The Tower image uses width="255" while the Tuple sponsor uses width="400". Looking at the README, Tower uses height="225" instead. This appears to be intentional given the Tower logo dimensions, so this is just a note for awareness - the visual result should be reviewed on the website to ensure it looks balanced.

🔍 Premortem Analysis

Scenario Risk Mitigation
Image not loading on website Low Image file confirmed to exist in correct location
Broken links Low URLs use same pattern as existing sponsors
Visual inconsistency Low Width has been adjusted, should be verified visually
Dark mode compatibility Low Uses light version of logo (matches other sponsors pattern)

✅ Checklist Compliance

  • Tests run ✓
  • Lint run ✓

Verdict

LGTM 👍 - 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

@yamadashy yamadashy merged commit 56d3dcf into main Feb 7, 2026
59 checks passed
@yamadashy yamadashy deleted the docs/add-tower-sponsor-to-website branch February 7, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant