Fix formatting in FUNDING.yml#3
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Review Summary by QodoAdd FUNDING.yml configuration file for sponsorship platforms
WalkthroughsDescription• Add FUNDING.yml configuration file with supported funding platforms • Include template comments for GitHub Sponsors, Patreon, Ko-fi, and other platforms • Provide guidance for users to configure their preferred sponsorship methods Diagramflowchart LR
A["Repository"] -- "adds funding configuration" --> B["FUNDING.yml"]
B -- "supports" --> C["Multiple Funding Platforms"]
C -- "includes" --> D["GitHub Sponsors, Patreon, Ko-fi, etc."]
File Changes1. .github/FUNDING.yml
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Disabled knowledge base sources:
📝 WalkthroughWalkthroughA new ChangesGitHub Funding Configuration
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Code Review
This pull request adds a .github/FUNDING.yml file containing template placeholders for various funding platforms. Feedback was provided suggesting that at least one platform should be configured with a valid username or URL to enable the 'Sponsor' button, or the file should be removed if it is not yet needed.
| github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
| patreon: # Replace with a single Patreon username | ||
| open_collective: # Replace with a single Open Collective username | ||
| ko_fi: # Replace with a single Ko-fi username | ||
| tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
| community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
| liberapay: # Replace with a single Liberapay username | ||
| issuehunt: # Replace with a single IssueHunt username | ||
| lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry | ||
| polar: # Replace with a single Polar username | ||
| buy_me_a_coffee: # Replace with a single Buy Me a Coffee username | ||
| thanks_dev: # Replace with a single thanks.dev username | ||
| custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
There was a problem hiding this comment.
Summary by cubic
Adds a properly formatted
.github/FUNDING.ymltemplate so GitHub can detect funding options and show the Sponsor button.Includes placeholders for GitHub Sponsors, Patreon, Open Collective, Ko‑fi, Tidelift, Community Bridge, Liberapay, IssueHunt, LFX Crowdfunding, Polar, Buy Me a Coffee, thanks.dev, and custom URLs.
Written for commit 5b0d836. Summary will update on new commits. Review in cubic
Summary by CodeRabbit