From 91bf72ce671d4af8e9ee2e2377442b7c6ecd7bde Mon Sep 17 00:00:00 2001 From: "Ioannis L." <44038245+blitzcrieg1@users.noreply.github.com> Date: Sun, 23 Aug 2026 23:19:25 +0300 Subject: [PATCH] chore: put the Sponsor button on the repository GitHub Sponsors was enabled on the account today and the repository showed no Sponsor button, because those are two separate things. The button only appears when a repo carries .github/FUNDING.yml, and this one did not. Four funding applications went out today. The one place a reader is most likely to land after any of them is this page, and until now it offered them no way to fund the work. github.com/sponsors/blitzcrieg1 returns 200, so the link resolves. Co-Authored-By: Claude Opus 5 --- .github/FUNDING.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..b426f64 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +# Puts the Sponsor button on the repository page. Enabling GitHub Sponsors on +# the account does not do this on its own: the button only appears when a repo +# carries this file. +github: blitzcrieg1