Skip to content

Add GitHub Sponsors funding configuration - #104

Merged
JeremyDev87 merged 1 commit into
masterfrom
docs/97
Dec 23, 2025
Merged

Add GitHub Sponsors funding configuration#104
JeremyDev87 merged 1 commit into
masterfrom
docs/97

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Add GitHub Sponsors Funding Configuration

Summary

This PR adds GitHub Sponsors funding configuration to enable the "Sponsor" button on the repository page, allowing contributors to financially support the project.

Closes #97

Changes

Added

  • .github/FUNDING.yml: GitHub Sponsors configuration file
    • Configures GitHub Sponsors for JeremyDev87
    • Enables the "Sponsor" button on the repository page
    • Provides a clear way for contributors to financially support the project

Motivation

  • No funding configuration existed for the project
  • Contributors who wanted to financially support the project had no clear way to do so
  • GitHub Sponsors button was not displayed on the repository page
  • Sustainable open source maintenance requires funding options

Benefits

  • ✅ Enables GitHub Sponsors button on repository page
  • ✅ Provides clear funding pathway for contributors
  • ✅ Supports sustainable open source maintenance
  • ✅ Follows GitHub's standard funding configuration format
  • ✅ Minimal configuration - easy to extend with additional platforms later

Implementation Details

The configuration uses the minimal setup with only GitHub Sponsors enabled:

github: [JeremyDev87]

This can be extended in the future to include other funding platforms such as:

  • Patreon
  • Ko-fi
  • Open Collective
  • Custom funding URLs

Testing

  • Verified .github/FUNDING.yml file exists
  • Confirmed YAML syntax is valid
  • Checked that GitHub username is correct (JeremyDev87)
  • Verified file location follows GitHub's standard path (.github/FUNDING.yml)

Prerequisites

Related

- Add .github/FUNDING.yml file
- Enable GitHub Sponsors button for JeremyDev87
- Allow contributors to financially support the project

close #97
@JeremyDev87 JeremyDev87 self-assigned this Dec 23, 2025
@JeremyDev87 JeremyDev87 added the documentation Improvements or additions to documentation label Dec 23, 2025
@JeremyDev87
JeremyDev87 marked this pull request as ready for review December 23, 2025 14:29
@JeremyDev87
JeremyDev87 merged commit 2585881 into master Dec 23, 2025
@JeremyDev87
JeremyDev87 deleted the docs/97 branch December 23, 2025 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add GitHub Funding Configuration

2 participants