.github/FUNDING.yml declares four funding keys with no value:
github:
patreon:
open_collective:
sponsor:
GitHub renders a Sponsor button from this file, so empty keys produce dead options.
The fix
Delete the keys that are not used. If none are, delete the file — an absent FUNDING.yml is
cleaner than one that offers nothing.
Done when
.github/FUNDING.yml contains only keys with real values, or is gone.
What is not your problem
This repository runs a large number of governance checks against itself. If one goes red on
your PR for a reason unrelated to your change, say so in a comment and a maintainer will sort
it out — do not try to fix the harness to get green. Specifically not yours: anything under
.harness/scripts/ci/ reporting on the gap board, ADR registry, maturity or coverage floors;
Governance guards; release-pipeline and provenance failures; and bilingual findings on
documents outside the sixteen-file entry surface (ADR-0126).
New here? CONTRIBUTING.md has the setup. Short version: fork, npm install,
npm run build. Commits need a Signed-off-by line — git commit -s, and a hook adds it if
you forget.
.github/FUNDING.ymldeclares four funding keys with no value:GitHub renders a Sponsor button from this file, so empty keys produce dead options.
The fix
Delete the keys that are not used. If none are, delete the file — an absent FUNDING.yml is
cleaner than one that offers nothing.
Done when
.github/FUNDING.ymlcontains only keys with real values, or is gone.What is not your problem
This repository runs a large number of governance checks against itself. If one goes red on
your PR for a reason unrelated to your change, say so in a comment and a maintainer will sort
it out — do not try to fix the harness to get green. Specifically not yours: anything under
.harness/scripts/ci/reporting on the gap board, ADR registry, maturity or coverage floors;Governance guards; release-pipeline and provenance failures; and bilingual findings ondocuments outside the sixteen-file entry surface (ADR-0126).
New here? CONTRIBUTING.md has the setup. Short version: fork,
npm install,npm run build. Commits need aSigned-off-byline —git commit -s, and a hook adds it ifyou forget.