Document use of GitHub Sponsors for self-serve enterprise accounts on GHEC (#42239)
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
title: Enforcing policies for GitHub Sponsors in your enterprise
|
||||
intro: "Enterprise owners can control whether to allow the enterprise's organizations to sponsor open source projects."
|
||||
permissions: 'Enterprise owners can enforce policies for {% data variables.product.prodname_sponsors %} in an enterprise.'
|
||||
versions:
|
||||
feature: enterprise-orgs-sponsors-with-cc
|
||||
type: how_to
|
||||
topics:
|
||||
- Sponsors
|
||||
- Enterprise
|
||||
- Policies
|
||||
shortTitle: '{% data variables.product.prodname_sponsors %} policies'
|
||||
---
|
||||
|
||||
## About enterprise policies for {% data variables.product.prodname_sponsors %}
|
||||
|
||||
{% data variables.product.prodname_sponsors %} allows your organizations to financially support developers who build the open source projects you depend on. For more information, see "[AUTOTITLE](/sponsors/getting-started-with-github-sponsors/about-github-sponsors)" and "[AUTOTITLE](/sponsors/sponsoring-open-source-contributors/sponsoring-an-open-source-contributor)."
|
||||
|
||||
By default, organizations that belong to an enterprise that pays by credit card cannot sponsor open source contributors. You can set a policy to enable {% data variables.product.prodname_sponsors %} for individual organizations in your enterprise.
|
||||
|
||||
Organizations that belong to an enterprise that pays by invoice can either pay for sponsorship by invoice or attribute sponsorships using a linked account. For more information, see "[AUTOTITLE](/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice)" or "[AUTOTITLE](/sponsors/sponsoring-open-source-contributors/attributing-sponsorships-to-your-organization)."
|
||||
|
||||
## Enforcing a policy to allow the use of {% data variables.product.prodname_sponsors %} in your enterprise
|
||||
|
||||
{% data reusables.enterprise-accounts.access-enterprise %}
|
||||
{% data reusables.enterprise-accounts.policies-tab %}
|
||||
1. Under {% octicon "law" aria-hidden="true" %} "Policies", click **Sponsors**.
|
||||
1. Under "Sponsors", click **Add organization**.
|
||||
1. Begin typing the name of the organization you'd like to enable sponsorships for, then click the name of the organization in the list.
|
||||
1. Click **Enable sponsorships**.
|
||||
|
||||
## Enforcing a policy to disallow the use of {% data variables.product.prodname_sponsors %} in your enterprise
|
||||
|
||||
You can disallow the use of {% data variables.product.prodname_sponsors %} for an organization that you previously allowed to use the feature.
|
||||
|
||||
{% data reusables.enterprise-accounts.access-enterprise %}
|
||||
{% data reusables.enterprise-accounts.policies-tab %}
|
||||
1. Under {% octicon "law" aria-hidden="true" %} "Policies", click **Sponsors**.
|
||||
1. Under "Sponsors", to the right of the organization's name, click **Disable**.
|
||||
@@ -18,6 +18,7 @@ children:
|
||||
- /enforcing-team-policies-in-your-enterprise
|
||||
- /enforcing-policies-for-projects-in-your-enterprise
|
||||
- /restricting-email-notifications-for-your-enterprise
|
||||
- /enforcing-policies-for-github-sponsors-in-your-enterprise
|
||||
- /enforcing-policies-for-security-settings-in-your-enterprise
|
||||
- /enforcing-policies-for-dependency-insights-in-your-enterprise
|
||||
- /enforcing-policies-for-github-actions-in-your-enterprise
|
||||
|
||||
@@ -31,6 +31,12 @@ You can sponsor an account on behalf of your personal account to invest in proje
|
||||
|
||||
You can use a credit card to sponsor an account on {% data variables.product.product_name %}. Organizations can also pay by invoice. For more information, see "[AUTOTITLE](/sponsors/sponsoring-open-source-contributors/paying-for-github-sponsors-by-invoice)."
|
||||
|
||||
{% ifversion enterprise-orgs-sponsors-with-cc %}
|
||||
|
||||
If your enterprise pays by credit card, you can allow your enterprise's organizations to sponsor open source contributors using the credit card. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-sponsors-in-your-enterprise)."
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% data reusables.sponsors.no-fees %} For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors)."
|
||||
|
||||
When you sponsor an account using a credit card, the charge will become effective immediately. {% data reusables.sponsors.prorated-sponsorship %}
|
||||
|
||||
5
data/features/enterprise-orgs-sponsors-with-cc.yml
Normal file
5
data/features/enterprise-orgs-sponsors-with-cc.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Reference: #11645
|
||||
# GitHub Sponsors for organizations owned by self-serve enterprise accounts
|
||||
|
||||
versions:
|
||||
ghec: '*'
|
||||
Reference in New Issue
Block a user