-
-
Notifications
You must be signed in to change notification settings - Fork 827
Add Sponsor button to README #796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughAdded a “Support my work” sponsorship section to README.md with a CTA, sponsor button image/link, and the sentence “They already do.” Placed after the intro about AI tools. No code or API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
✨ Finishing Touches🧪 Generate unit tests
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. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new sponsorship section to the README file, encouraging users to support the project maintainer through GitHub Sponsors.
- Adds a "Support my work" section with a sponsor button
- Includes explanatory text encouraging sponsorship
- Places the new section before the existing sponsors image
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (3)
README.md (3)
56-56
: Make the image alt text more descriptive for accessibility.Screen readers will announce just “Sponsor.” Prefer action + target (who/what).
-[](https://github.com/sponsors/yamadashy) +[](https://github.com/sponsors/yamadashy)
54-58
: Align tone with the rest of the README (“we/us” voice) and clarify “They already do.”Most of the README uses a collective voice. Also, “They already do.” reads a bit ambiguous out of context.
-Please consider sponsoring me. +Please consider sponsoring Repomix or its maintainer. @@ -They already do. +Current sponsors:
56-56
: Sponsor button asset verified; optional improvement for npm rendering
- The file
.github/assets/github-like-sponsor-button.svg
exists and is tracked in Git (confirmed bygit ls-files
andfd
)- README.md line 56 currently uses a relative path:
[](https://github.com/sponsors/yamadashy)- Note: npmjs.com and some mirrors don’t serve relative README assets from the repo, so the image may break outside GitHub
Optional refactor: switch to an absolute raw URL for universal compatibility:
-[](https://github.com/sponsors/yamadashy) +[](https://github.com/sponsors/yamadashy)
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
⛔ Files ignored due to path filters (1)
.github/assets/github-like-sponsor-button.svg
is excluded by!**/*.svg
📒 Files selected for processing (1)
README.md
(1 hunks)
🔇 Additional comments (1)
README.md (1)
52-59
: Straightforward sponsor CTA — looks good where it is.The new section is concise, on-brand, and placed in a high-visibility spot between the intro and awards. No functional risk to the repo tooling.
Removed redundant heading and text for cleaner sponsor section layout.
@szepeviktor I've made a small adjustment to simplify the content a bit, but I'll merge it as is! Really appreciate your contribution! 🙏 |
@yamadashy