Is it accepted to add github sponsors for private projects containing only a public issue tracker? #155584
-
| Hello, As far as I understand, GitHub Sponsors is intended to sponsor projects that host their code in GitHub, meaning that it is at least OpenSource. Then I wonder if it is accepted by the GitHub staff, to use it for founding private projects? For example, some projects maintain their code as private, but they create a Public GitHub repo to track the issues. I'm very interested by this since I host a free project with closed source, but I'd like to host the issue tracker on GitHub, and the donations would be certainty a big advantage. Is there any official documentation about this? Best regards, | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
| 🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as  2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the  Thank you for helping bring this Discussion to a resolution! 💬 | 
Beta Was this translation helpful? Give feedback.
-
| Hi @rsm~, You're correct that [GitHub Sponsors](https://github.com/sponsors) is primarily designed to support open source developers and projects. However, GitHub does not require your entire codebase to be public in order to use GitHub Sponsors. Here are a few important points based on [GitHub’s documentation](https://docs.github.com/en/sponsors): 
 So in your case — a free, closed-source project using GitHub for issue tracking and community interaction — it's likely acceptable, especially if you're transparent about the nature of your project. I hope this helps! If you're still unsure, you can also [contact GitHub Support](https://support.github.com/contact) for a definitive answer. Best regards, | 
Beta Was this translation helpful? Give feedback.
Hi @rsm~,
You're correct that [GitHub Sponsors](https://github.com/sponsors) is primarily designed to support open source developers and projects. However, GitHub does not require your entire codebase to be public in order to use GitHub Sponsors.
Here are a few important points based on [GitHub’s documentation](https://docs.github.com/en/sponsors):
Public engagement is key: While your code can remain private, it's encouraged that you provide public value — for example, through issue tracking, community support, documentation, or educational content.
Closed source is allowed: There is no strict rule that the sponsored project must be open source, but transparency with your sponsors is …