From 0a3536079d4502f9c3a7e723750f8ef0d1db2515 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 30 Oct 2025 23:41:34 +0100 Subject: [PATCH] Add GitHub Sponsors button to repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added FUNDING.yml to display sponsor button, linking to GitHub Sponsors profile and danielmiessler.com/sponsor. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/FUNDING.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..5d17995 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,5 @@ +# GitHub Sponsors configuration for Substrate +# This adds a sponsor button to the repository + +github: danielmiessler +custom: ["https://danielmiessler.com/sponsor"]