-
-
Notifications
You must be signed in to change notification settings - Fork 1
Add FUNDING.yml for sponsorship configuration #19
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
|
|
Co-authored-by: ELMOURABEA <189882272+ELMOURABEA@users.noreply.github.com>
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 GitHub funding configuration file (FUNDING.yml) to enable sponsorship options for the Activbot project.
- Adds support for multiple funding platforms (GitHub, Patreon, Open Collective, Ko-fi, Liberapay, Polar, Buy Me a Coffee)
- Configures ELMOURABEA as the username/handle across all platforms
- Includes a custom sponsorship URL
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,10 @@ | |||
| # These are supported funding model platforms | |||
|
|
|||
| github: ELMOURABEA | |||
Copilot
AI
Nov 8, 2025
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.
The custom field contains a redundant GitHub Sponsors URL since the 'github' field already links to GitHub Sponsors for the same username. Remove either the 'custom' field or the 'github' field to avoid duplication.
| liberapay: ELMOURABEA | ||
| polar: ELMOURABEA | ||
| buy_me_a_coffee: ELMOURABEA | ||
| custom: ["https://github.com/sponsors/ELMOURABEA"] |
Copilot
AI
Nov 8, 2025
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.
The custom field contains a redundant GitHub Sponsors URL since the 'github' field already links to GitHub Sponsors for the same username. Remove either the 'custom' field or the 'github' field to avoid duplication.
| custom: ["https://github.com/sponsors/ELMOURABEA"] |
Adds sponsorship configuration from ELMOURABEA/.github#6 to enable the Sponsor button on this repository.
Changes
.github/FUNDING.yml- Configured 8 sponsorship platforms (GitHub Sponsors, Patreon, Open Collective, Ko-fi, Liberapay, Polar, Buy Me a Coffee, custom URL)Enables consistent sponsorship options across all ELMOURABEA repositories.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.