From d45ab5941f488b3c5ca1782f19243d725dcc818d Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Sat, 3 Jan 2026 21:36:43 -0600 Subject: [PATCH] Add funding configuration for sponsorship platforms Added funding.yml to specify Buy Me a Coffee and PayPal links for project sponsorship. --- .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..866470a --- /dev/null +++ b/.github/funding.yml @@ -0,0 +1,4 @@ +# These are supported funding model platforms + +buy_me_a_coffee: thejoefin +custom: ['paypal.me/JosephFinney']