Add GitHub Sponsors funding configuration#28
Conversation
Co-authored-by: jsirish <1163643+jsirish@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
This PR adds GitHub Sponsors funding configuration to enable funding visibility across multiple repository touchpoints, making it easier for users to support the project's open source work.
- Created
.github/FUNDING.ymlto enable the Sponsors button in the repository header - Added GitHub Sponsors badge to README and made CI badge clickable
- Added funding field to
composer.jsonforcomposer fundcommand support - Disabled phpcoverage in CI workflow
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.github/FUNDING.yml |
Created new funding configuration file with GitHub sponsor username dynamic |
README.md |
Added clickable CI badge and GitHub Sponsors badge on the same line |
composer.json |
Added funding field with GitHub Sponsors URL for composer fund command |
.github/workflows/ci.yml |
Disabled phpcoverage to resolve failing coverage checks |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [](https://codecov.io/gh/dynamic/silverstripe-elemental-filelist) | ||
|
|
There was a problem hiding this comment.
The codecov badge should be removed since phpcoverage has been disabled in the CI workflow. According to the issue requirements, the codecov badge should be removed from the CI badge line when disabling phpcoverage. Since code coverage is no longer being generated, this badge will not reflect accurate data.
| [](https://codecov.io/gh/dynamic/silverstripe-elemental-filelist) |
Adds GitHub Sponsors support across repository touchpoints to enable funding visibility.
Changes
.github/FUNDING.yml: Created withgithub: [dynamic]to enable Sponsors button in repo headerREADME.md: Added Sponsors badge on CI line, made CI badge clickablecomposer.json: Added funding field forcomposer fundcommand support.github/workflows/ci.yml: Disabled phpcoverage (phpcoverage: false)All funding links point to https://github.com/sponsors/dynamic
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.