Skip to content

Commit 313e1ee

Browse files
committed
chore: add Sponsor button and FUNDING.yml
Adds GitHub Sponsors funding metadata (.github/FUNDING.yml) so the 'Sponsor' button appears on the repo header, and a matching shield in the README badge row. Defaults to GitHub Sponsors with handle 'TMHSDigital'. To add other platforms (Buy Me a Coffee, Ko-fi, Open Collective, custom URL), extend .github/FUNDING.yml per: https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com Made-with: Cursor
1 parent 73e82cc commit 313e1ee

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [TMHSDigital]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<a href="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/codeql.yml"><img src="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/codeql.yml/badge.svg" alt="CodeQL" /></a>
1818
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.12+-3776ab?logo=python&logoColor=white" alt="Python 3.12+" /></a>
1919
<a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen" alt="PRs Welcome" /></a>
20+
<a href="https://github.com/sponsors/TMHSDigital"><img src="https://img.shields.io/badge/sponsor-%E2%9D%A4-EA4AAA?logo=githubsponsors&logoColor=white" alt="Sponsor" /></a>
2021
</p>
2122

2223
<p align="center">

0 commit comments

Comments
 (0)