docs: add GitHub Sponsors funding config and README section - #520
Merged
Conversation
Nothing in the repository pointed anywhere for funding, so the Sponsor button never appeared — not in the repository header, not on issues or pull requests, which is where GitHub surfaces it. FUNDING.yml enables it. The README section sits before License rather than near the top: the page is already 400+ lines and dense for a first visit, and a funding badge in the first screen competes with the Maven coordinates people actually arrive for. The wording states that sponsorship gates no feature and buys no queue position, so it cannot be read against SUPPORT.md, which says triage is best-effort with no paid tier. Verification: DocumentationLinkGuardTest, 1 test, green — the new relative link into SUPPORT.md resolves.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Nothing in the repository pointed anywhere for funding, so GitHub never rendered the Sponsor button — not in the repository header, not on issues, not on pull requests, which is where it actually gets seen.
What changed
.github/FUNDING.ymlwith a singlegithub: DemchaAVentry enables the button. The Sponsors profile it points at is live at https://github.com/sponsors/DemchaAV.The README gets a
## Sponsorshipsection placed before## Licenserather than near the top. The page is already 400+ lines and dense for a first visit; a funding badge in the first screen competes with the Maven coordinates people arrive for.The wording is deliberately narrow: sponsorship gates no feature, paywalls nothing, and buys no queue position.
SUPPORT.mdstates triage is best-effort with no paid tier, and a funding pitch that implied otherwise would contradict it.SUPPORT.mdis unchanged.Verification
./mvnw -B -ntp test -Dtest=DocumentationLinkGuardTest -pl :graph-compose-core— 1 test, 0 failures. Confirms the new relative link intoSUPPORT.mdresolves.