From 16bc99ec9e2833c50173b7d47aad0664a395e0c9 Mon Sep 17 00:00:00 2001 From: Grace Park Date: Mon, 17 Jun 2024 08:58:11 -0700 Subject: [PATCH] Update straggling dash style list (#51230) --- ...kflows-to-achieve-slsa-v1-build-level-3.md | 12 ++-- .../using-workflows/avoiding-duplication.md | 8 +-- .../enabling-guest-collaborators.md | 4 +- .../roles-in-an-enterprise.md | 20 +++---- ...bout-billing-for-git-large-file-storage.md | 6 +- .../upgrading-git-large-file-storage.md | 8 +-- ...ewing-your-git-large-file-storage-usage.md | 4 +- .../about-billing-for-github-actions.md | 32 +++++----- ...ut-billing-for-github-advanced-security.md | 8 +-- ...-up-a-trial-of-github-advanced-security.md | 6 +- ...signing-up-for-github-advanced-security.md | 4 +- ...ing-your-github-advanced-security-usage.md | 14 ++--- .../about-billing-for-github-codespaces.md | 34 +++++------ ...he-spending-limit-for-github-codespaces.md | 4 +- .../viewing-your-github-codespaces-usage.md | 6 +- .../about-billing-for-github-copilot.md | 22 +++---- .../about-billing-for-github-marketplace.md | 26 ++++---- ...lling-plan-for-a-github-marketplace-app.md | 2 +- .../about-billing-for-github-packages.md | 18 +++--- .../about-billing-for-github-sponsors.md | 4 +- ...io-subscriptions-with-github-enterprise.md | 4 +- ...io-subscriptions-with-github-enterprise.md | 12 ++-- .../about-per-user-pricing.md | 60 +++++++++---------- .../connecting-an-azure-subscription.md | 20 +++---- .../discounted-plans-for-github-accounts.md | 2 +- .../downgrading-your-accounts-plan.md | 14 ++--- ...-downgrading-affect-the-billing-process.md | 8 +-- ...ne-time-payments-for-customers-in-india.md | 10 ++-- .../upgrading-your-accounts-plan.md | 6 +- ...d-managing-pending-changes-to-your-plan.md | 2 +- .../about-billing-for-your-enterprise.md | 8 +-- .../adding-a-sales-tax-certificate.md | 6 +- ...eshooting-a-declined-credit-card-charge.md | 10 ++-- ...ing-your-subscriptions-and-billing-date.md | 2 +- .../about-licenses-for-github-enterprise.md | 6 +- ...ing-license-usage-for-github-enterprise.md | 10 ++-- ...ing-license-usage-for-github-enterprise.md | 16 ++--- ...rise-accounts-for-procurement-companies.md | 4 +- ...nterprise-account-on-behalf-of-a-client.md | 8 +-- ...organizations-for-procurement-companies.md | 4 +- ...r-an-organization-on-behalf-of-a-client.md | 10 ++-- ...ngrading-your-clients-paid-organization.md | 4 +- ...nced-billing-for-git-large-file-storage.md | 12 ++-- ...hanced-billing-platform-for-enterprises.md | 20 +++---- .../charging-business-units.md | 16 ++--- ...estimating-spending-for-your-enterprise.md | 8 +-- .../gathering-insights-on-your-spending.md | 18 +++--- ...ng-your-payment-and-billing-information.md | 6 +- .../preventing-overspending.md | 4 +- ...roles-for-the-enhanced-billing-platform.md | 22 +++---- content/copilot/quickstart.md | 26 ++++---- .../copilot/jetbrains-compatible-ides.md | 32 +++++----- .../copilot/jetbrains-plugin-prerequisites.md | 4 +- .../copilot/quickstart-nextsteps1.md | 4 +- .../copilot/quickstart-nextsteps2.md | 6 +- .../copilot/visual-studio-prerequisites.md | 6 +- .../reusables/copilot/vscode-prerequisites.md | 6 +- .../emus/about-guest-collaborators.md | 6 +- 58 files changed, 332 insertions(+), 332 deletions(-) diff --git a/content/actions/security-guides/using-artifact-attestations-and-reusable-workflows-to-achieve-slsa-v1-build-level-3.md b/content/actions/security-guides/using-artifact-attestations-and-reusable-workflows-to-achieve-slsa-v1-build-level-3.md index ac8861fa9d62..92d9e848a032 100644 --- a/content/actions/security-guides/using-artifact-attestations-and-reusable-workflows-to-achieve-slsa-v1-build-level-3.md +++ b/content/actions/security-guides/using-artifact-attestations-and-reusable-workflows-to-achieve-slsa-v1-build-level-3.md @@ -25,8 +25,8 @@ But remember that by itself, artifact attestations provides links, like the buil You can take this a step further by requiring builds make use of known, vetted build instructions. A great way to do this is to have your build take place in a reusable workflow that many repositories across your organization share. Reusable workflows can provide isolation between the build process and the calling workflow, to meet SLSA v1.0 Build Level 3. Before starting this guide, you should be familiar with: -- Generating artifact attestations. See "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)." -- Writing and using reusable workflows. See "[AUTOTITLE](/actions/using-workflows/reusing-workflows)." +* Generating artifact attestations. See "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)." +* Writing and using reusable workflows. See "[AUTOTITLE](/actions/using-workflows/reusing-workflows)." ## Step 1: Configuring your builds @@ -57,13 +57,13 @@ To verify the artifact attestations generated with your builds, you can use [`gh The `gh attestation verify` command requires either `--owner` or `--repo` flags to be used with it. These flags do two things. -- They tell `gh attestation verify` where to fetch the attestation from. This will always be your caller workflow. -- They tell `gh attestation verify` where the workflow that did the signing came from. This will always be the workflow that uses [`attest-build-provenance` action](https://github.com/actions/attest-build-provenance), which may be a reusable workflow. +* They tell `gh attestation verify` where to fetch the attestation from. This will always be your caller workflow. +* They tell `gh attestation verify` where the workflow that did the signing came from. This will always be the workflow that uses [`attest-build-provenance` action](https://github.com/actions/attest-build-provenance), which may be a reusable workflow. You can use optional flags with the `gh attestation verify` command. -- If your reusable workflow is not in the same repository as the caller workflow, use the `--signer-repo` flag to specify the repository that contains the reusable workflow. -- If you would like to require an artifact attestation to be signed with a specific workflow, use the `--signer-workflow` flag to indicate the workflow file that should be used. +* If your reusable workflow is not in the same repository as the caller workflow, use the `--signer-repo` flag to specify the repository that contains the reusable workflow. +* If you would like to require an artifact attestation to be signed with a specific workflow, use the `--signer-workflow` flag to indicate the workflow file that should be used. For example, if your calling workflow is `ORGANIZATION_NAME/REPOSITORY_NAME/.github/workflows/calling.yml` and it uses `REUSABLE_ORGANIZATION_NAME/REUSABLE_REPOSITORY_NAME/.github/workflows/reusable.yml` you could do: diff --git a/content/actions/using-workflows/avoiding-duplication.md b/content/actions/using-workflows/avoiding-duplication.md index 34bab196eaae..2080a7dfedf6 100644 --- a/content/actions/using-workflows/avoiding-duplication.md +++ b/content/actions/using-workflows/avoiding-duplication.md @@ -24,10 +24,10 @@ For details of how to create and use reusable workflows and composite actions, s ## Comparison of reusable workflows and composite actions -- **Workflow jobs** - Composite actions contain a series of steps, that are run as a single step within the caller workflow. Unlike reusable workflows, they cannot contain jobs. -- **Logging** - When a composite action runs, the log will show just the step in the caller workflow that ran the composite action, not the individual steps within the composite action. With reusable workflows, every job and step is logged separately. -- **Specifying runners** - Reusable workflows contain one or more jobs. As with all workflow jobs, the jobs in a reusable workflow specify the type of machine on which the job will run. Therefore, if the steps must be run on a type of machine that might be different from the machine chosen for the calling workflow job, then you should use a reusable workflow, not a composite action. -- **Passing output to steps** - A composite action is run as a step within a workflow job, and you can have multiple steps before or after the step that runs the composite action. Reusable workflows are called directly within a job, and not from within a job step. You can't add steps to a job after calling a reusable workflow, so you can't use `GITHUB_ENV` to pass values to subsequent job steps in the caller workflow. +* **Workflow jobs** - Composite actions contain a series of steps, that are run as a single step within the caller workflow. Unlike reusable workflows, they cannot contain jobs. +* **Logging** - When a composite action runs, the log will show just the step in the caller workflow that ran the composite action, not the individual steps within the composite action. With reusable workflows, every job and step is logged separately. +* **Specifying runners** - Reusable workflows contain one or more jobs. As with all workflow jobs, the jobs in a reusable workflow specify the type of machine on which the job will run. Therefore, if the steps must be run on a type of machine that might be different from the machine chosen for the calling workflow job, then you should use a reusable workflow, not a composite action. +* **Passing output to steps** - A composite action is run as a step within a workflow job, and you can have multiple steps before or after the step that runs the composite action. Reusable workflows are called directly within a job, and not from within a job step. You can't add steps to a job after calling a reusable workflow, so you can't use `GITHUB_ENV` to pass values to subsequent job steps in the caller workflow. ### Key differences between reusable workflows and composite actions diff --git a/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/enabling-guest-collaborators.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/enabling-guest-collaborators.md index 5ed92089d9f0..104526196daf 100644 --- a/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/enabling-guest-collaborators.md +++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/enabling-guest-collaborators.md @@ -91,10 +91,10 @@ After you enable guest collaborators, you can add guest collaborators to your en When you have added a guest collaborator to your enterprise, to give the user access to repositories in the enterprise, you can do either of the following things. -- To give the user access to repositories in an organization, add the user as a **member of the organization**. +* To give the user access to repositories in an organization, add the user as a **member of the organization**. The base permission policy for the organization determines whether the guest collaborator has access to internal and private repositories. If the base permission is set to "No permission", the guest collaborator will not have access to internal and private repositories unless added directly to one of the repositories as a collaborator, or through an authorized team. For more information, see "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/setting-base-permissions-for-an-organization)." -- To give the user access to specific repositories, add the guest collaborator to the repositories as a **repository collaborator**. +* To give the user access to specific repositories, add the guest collaborator to the repositories as a **repository collaborator**. This gives the user access to the repository without giving them access to other internal or private repositories in the same organization. For more information, see "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#outside-collaborators-or-repository-collaborators)." diff --git a/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/roles-in-an-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/roles-in-an-enterprise.md index 777969da2f09..b81f01ff5a0c 100644 --- a/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/roles-in-an-enterprise.md +++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/roles-in-an-enterprise.md @@ -37,14 +37,14 @@ People with collaborator access to repositories are listed in your enterprise's {% ifversion ghec %} If you use an **enterprise with personal accounts**: -- People become enterprise members when they are added as a member or owner of an organization. See "[AUTOTITLE](/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization)." -- You can invite someone to become an enterprise owner or billing manager. See "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise)." +* People become enterprise members when they are added as a member or owner of an organization. See "[AUTOTITLE](/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization)." +* You can invite someone to become an enterprise owner or billing manager. See "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise)." If you use an **{% data variables.enterprise.prodname_emu_enterprise %}**: -- You must provision all users through your identity provider (IdP). -- You select each user's enterprise role using your IdP. The role cannot be changed on {% data variables.product.prodname_dotcom %}. -- To assign the guest collaborator role, you may need to update your IdP. +* You must provision all users through your identity provider (IdP). +* You select each user's enterprise role using your IdP. The role cannot be changed on {% data variables.product.prodname_dotcom %}. +* To assign the guest collaborator role, you may need to update your IdP. For more information about the different types of enterprise accounts, see "[AUTOTITLE](/admin/identity-and-access-management/understanding-iam-for-enterprises/choosing-an-enterprise-type-for-github-enterprise-cloud#about-types-of-enterprises)." @@ -52,8 +52,8 @@ For more information about the different types of enterprise accounts, see "[AUT When a user has joined your {% data variables.product.prodname_ghe_server %} instance, you can: -- Add the user to an organization. See "[AUTOTITLE](/organizations/managing-membership-in-your-organization/adding-people-to-your-organization)." -- Invite the user to become an enterprise owner. See "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise)." +* Add the user to an organization. See "[AUTOTITLE](/organizations/managing-membership-in-your-organization/adding-people-to-your-organization)." +* Invite the user to become an enterprise owner. See "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise)." {% endif %} @@ -91,9 +91,9 @@ Members of organizations owned by your enterprise are automatically members of t Enterprise members: -- Cannot access or configure enterprise settings. -- Can access all repositories with "internal" visibility across any organization in the enterprise. See "[AUTOTITLE](/repositories/creating-and-managing-repositories/about-repositories#about-internal-repositories)." -- May have different levels of access to various organizations and repositories. To view the resources someone has access to, see "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise)." +* Cannot access or configure enterprise settings. +* Can access all repositories with "internal" visibility across any organization in the enterprise. See "[AUTOTITLE](/repositories/creating-and-managing-repositories/about-repositories#about-internal-repositories)." +* May have different levels of access to various organizations and repositories. To view the resources someone has access to, see "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise)." {% ifversion guest-collaborators %} diff --git a/content/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage.md b/content/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage.md index 0c6390e9807f..913c53dbacc6 100644 --- a/content/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage.md +++ b/content/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage.md @@ -41,6 +41,6 @@ If you downgrade your number of additional data packs, your changes will take ef ## Further reading -- "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-git-large-file-storage)" -- "[AUTOTITLE](/repositories/working-with-files/managing-large-files/installing-git-large-file-storage)" -- "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage)" +* "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-git-large-file-storage)" +* "[AUTOTITLE](/repositories/working-with-files/managing-large-files/installing-git-large-file-storage)" +* "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage)" diff --git a/content/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage.md b/content/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage.md index 83abf10f03f1..3dadacfee4ac 100644 --- a/content/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage.md +++ b/content/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage.md @@ -65,7 +65,7 @@ shortTitle: Upgrade Git LFS storage ## Further reading -- "[AUTOTITLE](/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage)" -- "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage)" -- "[AUTOTITLE](/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage)" -- "[AUTOTITLE](/repositories/working-with-files/managing-large-files)" +* "[AUTOTITLE](/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage)" +* "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage)" +* "[AUTOTITLE](/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage)" +* "[AUTOTITLE](/repositories/working-with-files/managing-large-files)" diff --git a/content/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage.md b/content/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage.md index 23ae6340f244..142c286007b7 100644 --- a/content/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage.md +++ b/content/billing/managing-billing-for-git-large-file-storage/viewing-your-git-large-file-storage-usage.md @@ -67,5 +67,5 @@ shortTitle: View Git LFS usage ## Further reading -- "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage)" -- "[AUTOTITLE](/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage)" +* "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage)" +* "[AUTOTITLE](/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage)" diff --git a/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md b/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md index 4d67da5da21b..75d184a28e9b 100644 --- a/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md +++ b/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md @@ -42,8 +42,8 @@ Minutes reset every month, while storage usage does not. **Notes**: -- Included minutes cannot be used for larger runners. These runners will always be charged for, including in public repositories. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates)." -- Logs and job summaries do not count towards storage usage. +* Included minutes cannot be used for larger runners. These runners will always be charged for, including in public repositories. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates)." +* Logs and job summaries do not count towards storage usage. {% endnote %} @@ -130,13 +130,13 @@ Jobs that run on Windows and macOS runners that {% data variables.product.prodna #### Points to note about rates for runners -- The number of jobs you can run concurrently across all repositories in your user or organization account depends on your {% data variables.product.prodname_dotcom %} plan. For more information, see "[AUTOTITLE](/actions/learn-github-actions/usage-limits-billing-and-administration)" for {% data variables.product.prodname_dotcom %}-hosted runners and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#usage-limits)" for self-hosted runner usage limits. -- {% data reusables.user-settings.context_switcher %} -- {% data reusables.actions.larger-runner-permissions %} -- {% data reusables.actions.about-larger-runners-billing %} -- For {% data variables.actions.hosted_runner %}s, there is no additional cost for configurations that assign public static IP addresses to a {% data variables.actions.hosted_runner %}. For more information on {% data variables.actions.hosted_runner %}s, see "[AUTOTITLE](/actions/using-github-hosted-runners/using-larger-runners)." -- Included minutes cannot be used for {% data variables.actions.hosted_runner %}s. -- The {% data variables.actions.hosted_runner %}s are not free for public repositories. +* The number of jobs you can run concurrently across all repositories in your user or organization account depends on your {% data variables.product.prodname_dotcom %} plan. For more information, see "[AUTOTITLE](/actions/learn-github-actions/usage-limits-billing-and-administration)" for {% data variables.product.prodname_dotcom %}-hosted runners and "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#usage-limits)" for self-hosted runner usage limits. +* {% data reusables.user-settings.context_switcher %} +* {% data reusables.actions.larger-runner-permissions %} +* {% data reusables.actions.about-larger-runners-billing %} +* For {% data variables.actions.hosted_runner %}s, there is no additional cost for configurations that assign public static IP addresses to a {% data variables.actions.hosted_runner %}. For more information on {% data variables.actions.hosted_runner %}s, see "[AUTOTITLE](/actions/using-github-hosted-runners/using-larger-runners)." +* Included minutes cannot be used for {% data variables.actions.hosted_runner %}s. +* The {% data variables.actions.hosted_runner %}s are not free for public repositories. ## Calculating minute and storage spending @@ -148,9 +148,9 @@ At the end of the month, {% data variables.product.prodname_dotcom %} calculates For example, if your organization uses {% data variables.product.prodname_team %} and allows unlimited spending, using 5,000 minutes could have a total storage and minute overage cost of $56 USD, depending on the operating systems used to run jobs. -- 5,000 (3,000 Linux and 2,000 Windows) minutes = $56 USD ($24 USD + $32 USD). - - 3,000 Linux minutes at $0.008 USD per minute = $24 USD. - - 2,000 Windows minutes at $0.016 USD per minute = $32 USD. +* 5,000 (3,000 Linux and 2,000 Windows) minutes = $56 USD ($24 USD + $32 USD). + * 3,000 Linux minutes at $0.008 USD per minute = $24 USD. + * 2,000 Windows minutes at $0.016 USD per minute = $32 USD. {% data variables.product.prodname_dotcom %} calculates your storage usage for each month based on hourly usage during that month. @@ -164,10 +164,10 @@ For example, if your organization uses {% data variables.product.prodname_team % For example, if you use 3 GB of storage for 10 days of March and 12 GB for 21 days of March, your storage usage would be: -- 3 GB x 10 days x (24 hours per day) = 720 GB-Hours -- 12 GB x 21 days x (24 hours per day) = 6,048 GB-Hours -- 720 GB-Hours + 6,048 GB-Hours = 6,768 GB-Hours -- 6,768 GB-Hours / (744 hours per month) = 9.0967 GB-Months +* 3 GB x 10 days x (24 hours per day) = 720 GB-Hours +* 12 GB x 21 days x (24 hours per day) = 6,048 GB-Hours +* 720 GB-Hours + 6,048 GB-Hours = 6,768 GB-Hours +* 6,768 GB-Hours / (744 hours per month) = 9.0967 GB-Months At the end of the month, {% data variables.product.prodname_dotcom %} rounds your storage to the nearest MB. Therefore, your storage usage for March would be 9.097 GB. diff --git a/content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md b/content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md index e446578d351e..55179d9392cf 100644 --- a/content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md +++ b/content/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security.md @@ -95,8 +95,8 @@ For more information on viewing license usage, see "[AUTOTITLE](/billing/managin We record and display two numbers of {% ifversion ghas-billing-UI-update %}active {% endif %}committers for {% data variables.product.prodname_GH_advanced_security %} on {% data variables.location.product_location %}: -- **{% ifversion ghas-billing-UI-update %}Active committers{% else %}Committers{% endif %}** is the number of committers who contributed to at least one {% ifversion fpt or ghec %}private {% endif %}organization-owned repository{% ifversion secret-scanning-user-owned-repos %} or one user-owned repository{% ifversion ghec %} when using {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_emus %}{% endif %}{% endif %}, and who use a {% ifversion ghas-billing-UI-update %}license {% else %}seat {% endif %}in your enterprise. That is, they are also an organization member, an external collaborator, or have a pending invitation to join an organization in your enterprise, and they are not a {% data variables.product.prodname_github_app %} bot. For information about differences between bot and machine accounts, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps#machine-vs-bot-accounts)." -- **Unique to this repository/organization** is the number of {% ifversion ghas-billing-UI-update %}active {% endif %}committers who contributed only to this repository, or to repositories in this organization. This number shows how many {% ifversion ghas-billing-UI-update %}licenses {% else %}seats {% endif %}you can free up by deactivating {% data variables.product.prodname_GH_advanced_security %} for that repository or organization. +* **{% ifversion ghas-billing-UI-update %}Active committers{% else %}Committers{% endif %}** is the number of committers who contributed to at least one {% ifversion fpt or ghec %}private {% endif %}organization-owned repository{% ifversion secret-scanning-user-owned-repos %} or one user-owned repository{% ifversion ghec %} when using {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_emus %}{% endif %}{% endif %}, and who use a {% ifversion ghas-billing-UI-update %}license {% else %}seat {% endif %}in your enterprise. That is, they are also an organization member, an external collaborator, or have a pending invitation to join an organization in your enterprise, and they are not a {% data variables.product.prodname_github_app %} bot. For information about differences between bot and machine accounts, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps#machine-vs-bot-accounts)." +* **Unique to this repository/organization** is the number of {% ifversion ghas-billing-UI-update %}active {% endif %}committers who contributed only to this repository, or to repositories in this organization. This number shows how many {% ifversion ghas-billing-UI-update %}licenses {% else %}seats {% endif %}you can free up by deactivating {% data variables.product.prodname_GH_advanced_security %} for that repository or organization. If there are no unique {% ifversion ghas-billing-UI-update %}active {% endif %}committers, all active committers also contribute to other repositories or organizations that use {% data variables.product.prodname_GH_advanced_security %}. Deactivating the feature for that repository or organization would not free any {% ifversion ghas-billing-UI-update %}licenses{% else %}seats{% endif %} for {% data variables.product.prodname_GH_advanced_security %}. @@ -134,8 +134,8 @@ The following example timeline demonstrates how active committer count for {% da When you decide which repositories and organizations to prioritize for {% data variables.product.prodname_GH_advanced_security %}, you should review them and identify: -- Codebases that are the most critical to your company's success. These are the projects for which the introduction of vulnerable code, hard-coded secrets, or insecure dependencies would have the greatest impact on your company. -- Codebases with the highest commit frequency. These are the most actively developed projects, consequently there is a higher risk that security problems could be introduced. +* Codebases that are the most critical to your company's success. These are the projects for which the introduction of vulnerable code, hard-coded secrets, or insecure dependencies would have the greatest impact on your company. +* Codebases with the highest commit frequency. These are the most actively developed projects, consequently there is a higher risk that security problems could be introduced. When you have enabled {% data variables.product.prodname_GH_advanced_security %} for these organizations or repositories, assess which other codebases you could add without incurring billing for unique {% ifversion ghas-billing-UI-update %}active {% endif %}committers. Finally, review the remaining important and busy codebases. If you want to increase the number of {% ifversion ghas-billing-UI-update %}licensed active committers, {% else %}seats in your license, {% endif %}contact {% data variables.contact.contact_enterprise_sales %}. diff --git a/content/billing/managing-billing-for-github-advanced-security/setting-up-a-trial-of-github-advanced-security.md b/content/billing/managing-billing-for-github-advanced-security/setting-up-a-trial-of-github-advanced-security.md index 63acefd42295..170487a7285b 100644 --- a/content/billing/managing-billing-for-github-advanced-security/setting-up-a-trial-of-github-advanced-security.md +++ b/content/billing/managing-billing-for-github-advanced-security/setting-up-a-trial-of-github-advanced-security.md @@ -47,6 +47,6 @@ You can finish your trial at any time by purchasing {% data variables.product.pr ## Further reading -- "[AUTOTITLE](/get-started/learning-about-github/about-github-advanced-security)" -- "[AUTOTITLE](/code-security/adopting-github-advanced-security-at-scale)" -- "[AUTOTITLE](/code-security/getting-started/securing-your-organization)" +* "[AUTOTITLE](/get-started/learning-about-github/about-github-advanced-security)" +* "[AUTOTITLE](/code-security/adopting-github-advanced-security-at-scale)" +* "[AUTOTITLE](/code-security/getting-started/securing-your-organization)" diff --git a/content/billing/managing-billing-for-github-advanced-security/signing-up-for-github-advanced-security.md b/content/billing/managing-billing-for-github-advanced-security/signing-up-for-github-advanced-security.md index f62be5388eb7..ebd8fffd32e0 100644 --- a/content/billing/managing-billing-for-github-advanced-security/signing-up-for-github-advanced-security.md +++ b/content/billing/managing-billing-for-github-advanced-security/signing-up-for-github-advanced-security.md @@ -24,5 +24,5 @@ shortTitle: Sign up for Advanced Security ## Further reading -- [Introduction to adopting {% data variables.product.prodname_GH_advanced_security %} at scale](/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale) -- [Securing your organization](/code-security/getting-started/securing-your-organization) +* [Introduction to adopting {% data variables.product.prodname_GH_advanced_security %} at scale](/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale) +* [Securing your organization](/code-security/getting-started/securing-your-organization) diff --git a/content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md b/content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md index f0c6d01b078f..ddd138675593 100644 --- a/content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md +++ b/content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md @@ -70,15 +70,15 @@ You can view the enterprise account's current {% ifversion ghas-billing-UI-updat In the “{% data variables.product.prodname_GH_advanced_security %}” section, you can see a summary of your current license usage, as well as the number of committers and unique committers for each organization{% ifversion secret-scanning-user-owned-repos %} and user namespace when using {% data variables.product.prodname_emus %}{% endif %}. The organizations{% ifversion secret-scanning-user-owned-repos %} and user namespaces{% endif %} in the billing table are sorted by the highest number of unique committers in descending order. {% endif %} 1. Optionally, display the security and analysis settings for an organization. - - Click the name of the organization. + * Click the name of the organization. {% ifversion ghec %} - - On the "Code security & analysis" settings page, scroll to the "{% data variables.product.prodname_GH_advanced_security %} repositories" section to see an overview of your organization's license usage, as well as a detailed breakdown of usage by repository for this organization. + * On the "Code security & analysis" settings page, scroll to the "{% data variables.product.prodname_GH_advanced_security %} repositories" section to see an overview of your organization's license usage, as well as a detailed breakdown of usage by repository for this organization. For more information, see "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization)." {% else %} - - On the "Security & analysis" settings page, scroll to the "{% data variables.product.prodname_GH_advanced_security %} repositories" section to see a detailed breakdown of usage by repository for this organization. + * On the "Security & analysis" settings page, scroll to the "{% data variables.product.prodname_GH_advanced_security %} repositories" section to see a detailed breakdown of usage by repository for this organization. For more information, see "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization)." @@ -97,10 +97,10 @@ You can view the enterprise account's current {% ifversion ghas-billing-UI-updat You can download a CSV file with {% data variables.product.prodname_GH_advanced_security %} license usage information at both the enterprise and organization levels. The CSV file contains information about each {% data variables.product.prodname_advanced_security %} license that is in use, including: -- The username of the person using the {% ifversion ghas-billing-UI-update %}license{% endif %} -- The {% data variables.product.prodname_advanced_security %}-enabled repositories where commits were made -- The organizations{% ifversion secret-scanning-user-owned-repos %}{% ifversion ghec %} and user namespaces for {% data variables.product.prodname_emus %}{% endif %}{% endif %} that people using {% ifversion ghas-billing-UI-update %}licenses{% endif %} belong to -- The most recent commit dates{% ifversion ghec or ghes > 3.11 %} and associated email addresses{% endif %} +* The username of the person using the {% ifversion ghas-billing-UI-update %}license{% endif %} +* The {% data variables.product.prodname_advanced_security %}-enabled repositories where commits were made +* The organizations{% ifversion secret-scanning-user-owned-repos %}{% ifversion ghec %} and user namespaces for {% data variables.product.prodname_emus %}{% endif %}{% endif %} that people using {% ifversion ghas-billing-UI-update %}licenses{% endif %} belong to +* The most recent commit dates{% ifversion ghec or ghes > 3.11 %} and associated email addresses{% endif %} You can use this information for insights into your {% data variables.product.prodname_advanced_security %} usage, such as which members of your enterprise are using an {% data variables.product.prodname_advanced_security %} {% ifversion ghas-billing-UI-update %}license{% endif %} or how {% data variables.product.prodname_advanced_security %} licenses are being consumed across your organizations. diff --git a/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md index caaeeebf9eac..d46a9903675b 100644 --- a/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md @@ -34,7 +34,7 @@ redirect_from: Organizations can choose whether codespaces created from their repositories will be user-owned or organization-owned. For more information, see "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/choosing-who-owns-and-pays-for-codespaces-in-your-organization)." An organization pays for a codespace if all the following things are true. -- The organization has chosen for codespaces to be organization-owned. +* The organization has chosen for codespaces to be organization-owned. {% data reusables.codespaces.when-an-org-pays %} For more information about enabling {% data variables.product.prodname_github_codespaces %} for users, see "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/enabling-or-disabling-github-codespaces-for-your-organization)." @@ -62,8 +62,8 @@ The following storage and core hours of usage are included, free of charge, for **Notes** -- The GB-month unit of storage is a time-based measurement, 1 GB-month being 1 GB of storage usage for one whole month. The disk space used by all of your codespaces and prebuilds is assessed once an hour and your current GB-month usage is recalculated. Therefore, while you have codespaces and prebuilds, your GB-month usage will increase throughout the month. For example, if the storage totals 15 GB, and remains unchanged throughout your monthly billing cycle, then you will have used 7.5 GB halfway through the month, and 15 GB at the end of the month. For more information, see "[About billing for storage usage](#about-billing-for-storage-usage)" later in this article. -- A "core hour" is a measure used for included compute usage. To calculate core hours, multiply the number of hours for which a codespace has been active by the multiplier in the pricing table later in this article. For the basic machine types, the multiplier is the number of processor cores in the machine that hosts the codespace. For example, if you use a 2-core machine for your codespace and it's active for an hour, you have used 2 core hours. If you use an 8-core machine for an hour, you have used 8 core hours. If you use an 8-core machine for two hours, you have used 16 core hours. +* The GB-month unit of storage is a time-based measurement, 1 GB-month being 1 GB of storage usage for one whole month. The disk space used by all of your codespaces and prebuilds is assessed once an hour and your current GB-month usage is recalculated. Therefore, while you have codespaces and prebuilds, your GB-month usage will increase throughout the month. For example, if the storage totals 15 GB, and remains unchanged throughout your monthly billing cycle, then you will have used 7.5 GB halfway through the month, and 15 GB at the end of the month. For more information, see "[About billing for storage usage](#about-billing-for-storage-usage)" later in this article. +* A "core hour" is a measure used for included compute usage. To calculate core hours, multiply the number of hours for which a codespace has been active by the multiplier in the pricing table later in this article. For the basic machine types, the multiplier is the number of processor cores in the machine that hosts the codespace. For example, if you use a 2-core machine for your codespace and it's active for an hour, you have used 2 core hours. If you use an 8-core machine for an hour, you have used 8 core hours. If you use an 8-core machine for two hours, you have used 16 core hours. {% endnote %} @@ -75,9 +75,9 @@ You can view details of your usage for the current month at any time. For more i If you are blocked from resuming a codespace and you want to continue to work on changes you have made in your codespace, you can do any of the following: -- Add a payment method and a spending limit greater than $0 USD. -- Export the changes from the codespace to a branch. For more information, see "[AUTOTITLE](/codespaces/troubleshooting/exporting-changes-to-a-branch)." -- Wait for your monthly included usage to reset at the start of the next monthly billing cycle. +* Add a payment method and a spending limit greater than $0 USD. +* Export the changes from the codespace to a branch. For more information, see "[AUTOTITLE](/codespaces/troubleshooting/exporting-changes-to-a-branch)." +* Wait for your monthly included usage to reset at the start of the next monthly billing cycle. If you have used all of either your included storage usage or your included compute usage, and you have set up a payment method and a spending limit, any further use of codespaces owned by your personal account will incur charges for whichever type of usage has no remaining included quota. You will not be charged for the other type of usage until you have also used all of its included quota. @@ -141,9 +141,9 @@ For example, if you have one codespace that uses 100 GB of storage and has exist For each hourly report, the storage usage for the previous hour is calculated in seconds. As a result, you won't be charged for a full hour of storage if a codespace did not exist for the full 60 minutes. At the end of the month, {% data variables.product.prodname_dotcom %} rounds your storage to the nearest MB. Organization owners can: -- List the currently active and stopped codespaces for your organization. For more information, see "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/listing-the-codespaces-in-your-organization)." In addition to the cost of these codespaces, the cost of {% data variables.product.prodname_github_codespaces %} for the current month may include costs for codespaces that existed earlier in the current month but have since been deleted. -- See the total {% data variables.product.prodname_github_codespaces %} compute and storage usage for your organization for the current month to date. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage)." -- Configure your organization settings to manage the cost of {% data variables.product.prodname_github_codespaces %}. For more information, see "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/managing-the-cost-of-github-codespaces-in-your-organization)." +* List the currently active and stopped codespaces for your organization. For more information, see "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/listing-the-codespaces-in-your-organization)." In addition to the cost of these codespaces, the cost of {% data variables.product.prodname_github_codespaces %} for the current month may include costs for codespaces that existed earlier in the current month but have since been deleted. +* See the total {% data variables.product.prodname_github_codespaces %} compute and storage usage for your organization for the current month to date. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage)." +* Configure your organization settings to manage the cost of {% data variables.product.prodname_github_codespaces %}. For more information, see "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/managing-the-cost-of-github-codespaces-in-your-organization)." To estimate the costs for usage-based billing, you can use the {% data variables.product.prodname_dotcom %} [pricing calculator](https://github.com/pricing/calculator?feature=codespaces). @@ -167,10 +167,10 @@ The storage cost for a prebuild in a single region will be similar to the storag The total storage costs associated with a prebuild configuration will depend on the following factors. -- The price of storage per GB. See the table earlier in this article. -- The size of the generated prebuild in GB. -- The number of regions in which the prebuild is available (because a copy of the prebuild is stored in each region). -- The number of older versions of the prebuild that are retained. +* The price of storage per GB. See the table earlier in this article. +* The size of the generated prebuild in GB. +* The number of regions in which the prebuild is available (because a copy of the prebuild is stored in each region). +* The number of older versions of the prebuild that are retained. The storage cost for the prebuilds generated by a prebuild configuration is therefore calculated as: `price per GB * size (GB) * regions * versions`. @@ -189,8 +189,8 @@ If you delete a prebuild configuration, all the associated prebuilds are deleted {% note %} **Notes**: -- Prebuilds may be updated several times during a billing month. Newer versions of a prebuild may be larger or smaller than the previous versions. This will affect the storage charges. For details of how storage is calculated during a billing month, see "[About billing for storage usage](#about-billing-for-storage-usage)" earlier in this article. -- As with deleting codespaces, deleting prebuilds does not reduce your used storage amount for the current billing month as this is a cumulative figure. +* Prebuilds may be updated several times during a billing month. Newer versions of a prebuild may be larger or smaller than the previous versions. This will affect the storage charges. For details of how storage is calculated during a billing month, see "[About billing for storage usage](#about-billing-for-storage-usage)" earlier in this article. +* As with deleting codespaces, deleting prebuilds does not reduce your used storage amount for the current billing month as this is a cumulative figure. {% endnote %} @@ -255,8 +255,8 @@ If a user publishes a codespace created from a template, the codespace is publis {% note %} **Note:** A {% data variables.enterprise.prodname_managed_user %} cannot be the billable owner of a codespace. Therefore: -- A {% data variables.enterprise.prodname_managed_user %} can only create a codespace from a template if the codespace is billed to an organization. -- A {% data variables.enterprise.prodname_managed_user %} cannot publish a codespace created from a template to a new repository. +* A {% data variables.enterprise.prodname_managed_user %} can only create a codespace from a template if the codespace is billed to an organization. +* A {% data variables.enterprise.prodname_managed_user %} cannot publish a codespace created from a template to a new repository. For more information, see "[AUTOTITLE](/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users)." diff --git a/content/billing/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces.md b/content/billing/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces.md index f64b4979efe6..75caa3976d62 100644 --- a/content/billing/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces.md @@ -95,5 +95,5 @@ For personal accounts only, you can also choose to turn off email notifications ## Further reading -- "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types)" -- "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/managing-the-cost-of-github-codespaces-in-your-organization)" +* "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types)" +* "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/managing-the-cost-of-github-codespaces-in-your-organization)" diff --git a/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md b/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md index 383f0ff5b103..8b845dfa87c7 100644 --- a/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md +++ b/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md @@ -53,8 +53,8 @@ Organization owners and billing managers can view {% data variables.product.prod {% note %} **Notes**: - - The costs shown here are the cumulative costs within the current billing month. The usage-based costs for {% data variables.product.prodname_github_codespaces %} shown on this page are reset to zero at the start of each billing month. Outstanding costs from previous months are not shown. - - The figures on this page are updated every hour. + * The costs shown here are the cumulative costs within the current billing month. The usage-based costs for {% data variables.product.prodname_github_codespaces %} shown on this page are reset to zero at the start of each billing month. Outstanding costs from previous months are not shown. + * The figures on this page are updated every hour. {% endnote %} @@ -79,4 +79,4 @@ Enterprise owners and billing managers can view {% data variables.product.prodna ## Further reading -- "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/listing-the-codespaces-in-your-organization)" +* "[AUTOTITLE](/codespaces/managing-codespaces-for-your-organization/listing-the-codespaces-in-your-organization)" diff --git a/content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md b/content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md index fd2430dc3f22..404a1b17e64b 100644 --- a/content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md +++ b/content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md @@ -19,9 +19,9 @@ shortTitle: Billing for GitHub Copilot You can set up a {% data variables.product.prodname_copilot %} subscription for your personal account, or for an organization or enterprise. -- **For your personal account**, you can set up a subscription to {% data variables.product.prodname_copilot_for_individuals %}. -- **For an organization**, you can set up a subscription to {% data variables.product.prodname_copilot_for_business %}, then grant access to members. -- **For an enterprise on {% data variables.product.prodname_ghe_cloud %}**, you can set up a subscription to {% data variables.product.prodname_copilot_for_business %} or {% data variables.product.prodname_copilot_enterprise %}, then allow organizations to grant access to members. +* **For your personal account**, you can set up a subscription to {% data variables.product.prodname_copilot_for_individuals %}. +* **For an organization**, you can set up a subscription to {% data variables.product.prodname_copilot_for_business %}, then grant access to members. +* **For an enterprise on {% data variables.product.prodname_ghe_cloud %}**, you can set up a subscription to {% data variables.product.prodname_copilot_for_business %} or {% data variables.product.prodname_copilot_enterprise %}, then allow organizations to grant access to members. A free subscription for {% data variables.product.prodname_copilot %} is available to verified students, teachers, and maintainers of popular open-source repositories on {% data variables.product.company_short %}. If you meet the criteria as an open source maintainer, you will be automatically notified when you visit the {% data variables.product.prodname_copilot %} subscription page. As a student, if you receive the {% data variables.product.prodname_student_pack %}, you will also be offered a free subscription when you visit the {% data variables.product.prodname_copilot %} subscription page. For more information about the {% data variables.product.prodname_student_pack %}, see "[AUTOTITLE](/free-pro-team@latest/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/apply-to-github-global-campus-as-a-student)." @@ -31,8 +31,8 @@ A free subscription for {% data variables.product.prodname_copilot %} is availab The {% data variables.product.prodname_copilot_for_individuals %} subscription is available on a monthly or yearly cycle. -- **If you choose a monthly billing cycle**, you will be billed {% data variables.copilot.cfi_price_per_month %} per calendar month. -- **If you choose a yearly billing cycle**, you will be billed {% data variables.copilot.cfi_price_per_year %} per year. +* **If you choose a monthly billing cycle**, you will be billed {% data variables.copilot.cfi_price_per_month %} per calendar month. +* **If you choose a yearly billing cycle**, you will be billed {% data variables.copilot.cfi_price_per_year %} per year. You can change to a monthly or yearly billing cycle at any time. The change will take effect from the start of your next billing cycle. @@ -42,9 +42,9 @@ You can change to a monthly or yearly billing cycle at any time. The change will Your billing date will depend on whether or not you are already being billed by {% data variables.product.prodname_dotcom %}. -- **If you are not already being billed by {% data variables.product.prodname_dotcom %}**, in most cases your billing cycle will start on the day you sign up for {% data variables.product.prodname_copilot %}. For example, if you sign up on 3 September, with monthly billing, your initial billing cycle will run from 3 September until and including 2 October, and then on the same days of subsequent months. For annual billing, if you sign up on 3 September, your initial cycle will end on 2 September the following year. +* **If you are not already being billed by {% data variables.product.prodname_dotcom %}**, in most cases your billing cycle will start on the day you sign up for {% data variables.product.prodname_copilot %}. For example, if you sign up on 3 September, with monthly billing, your initial billing cycle will run from 3 September until and including 2 October, and then on the same days of subsequent months. For annual billing, if you sign up on 3 September, your initial cycle will end on 2 September the following year. -- **If you already have a billing cycle**, billing for {% data variables.product.prodname_copilot %} will be included in your next bill, or your first bill after the end of your 30-day trial, and you will be charged on a pro rata basis for that initial period. If you do not already have an established billing date, you will be billed for {% data variables.product.prodname_copilot_for_individuals %} at the end of your 30-day trial, or when you set up a new paid {% data variables.product.prodname_copilot %} subscription. +* **If you already have a billing cycle**, billing for {% data variables.product.prodname_copilot %} will be included in your next bill, or your first bill after the end of your 30-day trial, and you will be charged on a pro rata basis for that initial period. If you do not already have an established billing date, you will be billed for {% data variables.product.prodname_copilot_for_individuals %} at the end of your 30-day trial, or when you set up a new paid {% data variables.product.prodname_copilot %} subscription. {% ifversion fpt %} @@ -60,13 +60,13 @@ You can cancel your {% data variables.product.prodname_copilot %} trial at any t The {% data variables.product.prodname_copilot_for_business %} and {% data variables.product.prodname_copilot_enterprise %} subscriptions for organizations and enterprises are available on a monthly cycle. The subscriptions are billed at the following prices: -- **{% data variables.product.prodname_copilot_for_business %}**: {% data variables.copilot.cfb_price_per_month %} per user per month. -- **{% data variables.product.prodname_copilot_enterprise %}**: {% data variables.copilot.ce_price_per_month %} per user per month. +* **{% data variables.product.prodname_copilot_for_business %}**: {% data variables.copilot.cfb_price_per_month %} per user per month. +* **{% data variables.product.prodname_copilot_enterprise %}**: {% data variables.copilot.ce_price_per_month %} per user per month. Billed users are calculated at the end of each billing cycle, based on the number of {% data variables.product.prodname_copilot %} seats that are assigned. -- **Any seat assigned part way through the billing cycle** will be prorated based on the number of days remaining in the cycle. -- **Any seat assignment removed during a billing cycle** will take effect from the beginning of the next cycle. The person will still be able to use {% data variables.product.prodname_copilot %} until the end of the cycle. If a user's access to the organization itself is removed, they will lose access immediately. +* **Any seat assigned part way through the billing cycle** will be prorated based on the number of days remaining in the cycle. +* **Any seat assignment removed during a billing cycle** will take effect from the beginning of the next cycle. The person will still be able to use {% data variables.product.prodname_copilot %} until the end of the cycle. If a user's access to the organization itself is removed, they will lose access immediately. {% ifversion ghec %} For a {% data variables.product.prodname_copilot_enterprise %} subscription, all {% data variables.product.prodname_copilot_short %} usage is billed to the enterprise account. For more general information about billing information for your enterprise account, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise)." diff --git a/content/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace.md b/content/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace.md index 711b37feb45b..98db1ef92dd7 100644 --- a/content/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace.md +++ b/content/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace.md @@ -24,21 +24,21 @@ shortTitle: Billing for GitHub Marketplace You will have the same payment method for all paid plans and subscriptions across {% data variables.product.prodname_dotcom %}. If your personal account or organization doesn't have a payment method on file, when you choose a paid plan for an app: -- Your billing date is today. -- You must add a payment method to your personal account or the organization in which you want to install the app. -- Your payment method is charged the full amount of your subscription. -- Your receipt is sent to the primary or billing email address on file for your personal account or organization. +* Your billing date is today. +* You must add a payment method to your personal account or the organization in which you want to install the app. +* Your payment method is charged the full amount of your subscription. +* Your receipt is sent to the primary or billing email address on file for your personal account or organization. If your personal account or organization has an existing payment method, when you choose a paid plan for an app: -- The payment method on file is immediately charged a prorated amount based on the time remaining until your next billing date. -- The monthly or yearly billing date for your app subscription is the same as the account or organization's regular billing date. -- On your next billing date, your receipt lists charges for your paid {% data variables.product.prodname_dotcom %} plan and your app subscription. +* The payment method on file is immediately charged a prorated amount based on the time remaining until your next billing date. +* The monthly or yearly billing date for your app subscription is the same as the account or organization's regular billing date. +* On your next billing date, your receipt lists charges for your paid {% data variables.product.prodname_dotcom %} plan and your app subscription. When you choose a paid plan with a free trial: -- You must have an existing payment method or add a new payment method for your personal account or the organization in which you want to install the app. -- If you don't have any other paid plans or subscriptions, you are charged the full amount of your subscription at the end of the 14-day free trial. -- If you have other paid plans or subscriptions, once your 14-day free trial ends, the payment method on file is immediately charged a prorated amount based on the time remaining until your next billing date. -- If you have other paid plans or subscriptions, on your next billing date, your receipt lists charges for your paid {% data variables.product.prodname_dotcom %} plan and your app subscription. +* You must have an existing payment method or add a new payment method for your personal account or the organization in which you want to install the app. +* If you don't have any other paid plans or subscriptions, you are charged the full amount of your subscription at the end of the 14-day free trial. +* If you have other paid plans or subscriptions, once your 14-day free trial ends, the payment method on file is immediately charged a prorated amount based on the time remaining until your next billing date. +* If you have other paid plans or subscriptions, on your next billing date, your receipt lists charges for your paid {% data variables.product.prodname_dotcom %} plan and your app subscription. {% data reusables.user-settings.context_switcher %} @@ -64,5 +64,5 @@ If you cancel a free trial on a paid plan, your subscription is immediately canc ## Further reading -- "[AUTOTITLE](/apps/using-github-apps)" -- "[AUTOTITLE](/support/learning-about-github-support/github-marketplace-support)" +* "[AUTOTITLE](/apps/using-github-apps)" +* "[AUTOTITLE](/support/learning-about-github-support/github-marketplace-support)" diff --git a/content/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app.md b/content/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app.md index 551a31b88ba3..1b31b39a1097 100644 --- a/content/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app.md +++ b/content/billing/managing-billing-for-github-marketplace-apps/downgrading-the-billing-plan-for-a-github-marketplace-app.md @@ -58,4 +58,4 @@ When you downgrade an app, your subscription remains active until the end of you ## Further reading -- "[AUTOTITLE](/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app)" +* "[AUTOTITLE](/billing/managing-billing-for-github-marketplace-apps/canceling-a-github-marketplace-app)" diff --git a/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md b/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md index 1a84c6185a56..8d0958503cf6 100644 --- a/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md +++ b/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md @@ -78,20 +78,20 @@ At the end of the month, {% data variables.product.prodname_dotcom %} rounds you {% data variables.product.prodname_dotcom %} calculates your storage usage for each month based on hourly usage per GB during that month. For example, if you use 3 GB of storage for 10 days of March and 12 GB for 21 days of March, your storage usage would be: -- 3 GB x 10 days x (24 hours per day) = 720 GB-Hours -- 12 GB x 21 days x (24 hours per day) = 6,048 GB-Hours -- 720 GB-Hours + 6,048 GB-Hours = 6,768 total GB-Hours -- 6,768 GB-Hours / (744 hours per month) = 9.0967 GB-Months +* 3 GB x 10 days x (24 hours per day) = 720 GB-Hours +* 12 GB x 21 days x (24 hours per day) = 6,048 GB-Hours +* 720 GB-Hours + 6,048 GB-Hours = 6,768 total GB-Hours +* 6,768 GB-Hours / (744 hours per month) = 9.0967 GB-Months At the end of the month, {% data variables.product.prodname_dotcom %} rounds your storage to the nearest MB. Therefore, your storage usage for March would be 9.097 GB. You can also use this calculation in the middle of a billing cycle, to estimate what your total usage might be for the month. For example, if you have an organization that uses {% data variables.product.prodname_team %}, which provides 2 GB of free storage, and you use 0 GB for the first 5 days of April, 1.5 GB for the following 10 days, and you plan to use 3 GB for the last 15 days of the billing cycle, your projected storage usage for the month would be: -- 0 GB x 5 days x (24 hours per day) = 0 GB-Hours -- 0.5 GB x 10 days x (24 hours per day) = 120 GB-Hours -- 3 GB x 15 days x (24 hours per day) = 1080 GB-Hours -- 0 GB-Hours + 120 GB-Hours + 1080 GB-Hours = 1200 total GB-Hours -- 1200 GB-Hours / (744 hours per month) = 1.6 GB-Months +* 0 GB x 5 days x (24 hours per day) = 0 GB-Hours +* 0.5 GB x 10 days x (24 hours per day) = 120 GB-Hours +* 3 GB x 15 days x (24 hours per day) = 1080 GB-Hours +* 0 GB-Hours + 120 GB-Hours + 1080 GB-Hours = 1200 total GB-Hours +* 1200 GB-Hours / (744 hours per month) = 1.6 GB-Months The projected 1.6 GB of storage usage for the month would not exceed your 2 GB limit, even though your actual storage amount briefly exceeded 2 GB. diff --git a/content/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors.md b/content/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors.md index 3e8200348eb7..616f6d34d7b6 100644 --- a/content/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors.md +++ b/content/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors.md @@ -23,5 +23,5 @@ shortTitle: About billing ## Further reading -- "[AUTOTITLE](/sponsors/getting-started-with-github-sponsors/about-github-sponsors)" -- "[AUTOTITLE](/sponsors/sponsoring-open-source-contributors)" +* "[AUTOTITLE](/sponsors/getting-started-with-github-sponsors/about-github-sponsors)" +* "[AUTOTITLE](/sponsors/sponsoring-open-source-contributors)" diff --git a/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise.md b/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise.md index 9ee8a21c06e8..8f856d8b3a10 100644 --- a/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise.md +++ b/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise.md @@ -59,5 +59,5 @@ For users only on {% data variables.product.prodname_ghe_server %}, each {% data ## Further reading -- [{% data variables.product.prodname_vs %} subscriptions with {% data variables.product.prodname_enterprise %}](https://docs.microsoft.com/visualstudio/subscriptions/access-github) in Microsoft Docs -- [Use {% data variables.product.prodname_vs %} or {% data variables.product.prodname_vscode %} to deploy apps from {% data variables.product.prodname_dotcom %}](https://docs.microsoft.com/en-us/azure/developer/github/deploy-with-visual-studio) in Microsoft Docs +* [{% data variables.product.prodname_vs %} subscriptions with {% data variables.product.prodname_enterprise %}](https://docs.microsoft.com/visualstudio/subscriptions/access-github) in Microsoft Docs +* [Use {% data variables.product.prodname_vs %} or {% data variables.product.prodname_vscode %} to deploy apps from {% data variables.product.prodname_dotcom %}](https://docs.microsoft.com/en-us/azure/developer/github/deploy-with-visual-studio) in Microsoft Docs diff --git a/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise.md b/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise.md index ef133fe73f8f..3d15e5b18454 100644 --- a/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise.md +++ b/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise.md @@ -30,9 +30,9 @@ Before setting up {% data variables.visual_studio.prodname_vss_ghe %}, it's impo ## Prerequisites -- Your team's {% data variables.product.prodname_vs %} subscription must include {% data variables.product.prodname_enterprise %}. For more information, see [{% data variables.product.prodname_vs %} Subscriptions and Benefits](https://visualstudio.microsoft.com/subscriptions/) on the {% data variables.product.prodname_vs %} website and [Overview of admin responsibilities](https://docs.microsoft.com/en-us/visualstudio/subscriptions/admin-responsibilities) in Microsoft Docs. +* Your team's {% data variables.product.prodname_vs %} subscription must include {% data variables.product.prodname_enterprise %}. For more information, see [{% data variables.product.prodname_vs %} Subscriptions and Benefits](https://visualstudio.microsoft.com/subscriptions/) on the {% data variables.product.prodname_vs %} website and [Overview of admin responsibilities](https://docs.microsoft.com/en-us/visualstudio/subscriptions/admin-responsibilities) in Microsoft Docs. -- Your team must have an enterprise on {% data variables.location.product_location %}. If you're not sure whether your team has an enterprise, contact your {% data variables.product.prodname_dotcom %} administrator. If you're not sure who on your team is responsible for {% data variables.product.prodname_dotcom %}, contact {% data variables.contact.contact_enterprise_sales %}. For more information, see "[AUTOTITLE](/admin/overview/about-enterprise-accounts)." +* Your team must have an enterprise on {% data variables.location.product_location %}. If you're not sure whether your team has an enterprise, contact your {% data variables.product.prodname_dotcom %} administrator. If you're not sure who on your team is responsible for {% data variables.product.prodname_dotcom %}, contact {% data variables.contact.contact_enterprise_sales %}. For more information, see "[AUTOTITLE](/admin/overview/about-enterprise-accounts)." ## Setting up {% data variables.visual_studio.prodname_vss_ghe %} @@ -54,9 +54,9 @@ One person may be able to complete the tasks because the person has all of the r **Tips**: - - While not required, we recommend that the organization owner sends an invitation to the same email address used for the subscriber's User Primary Name (UPN). When the email address on {% data variables.location.product_location %} matches the subscriber's UPN, you can ensure that another enterprise does not claim the subscriber's license. - - If the subscriber accepts the invitation to the organization with an existing personal account on {% data variables.location.product_location %}, we recommend that the subscriber add the email address they use for {% data variables.product.prodname_vs %} to their personal account on {% data variables.location.product_location %}. For more information, see "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account)." - - If the organization owner must invite a large number of subscribers, a script may make the process faster. For more information, see [the sample PowerShell script](https://github.com/github/platform-samples/blob/master/api/powershell/invite_members_to_org.ps1) in the `github/platform-samples` repository. + * While not required, we recommend that the organization owner sends an invitation to the same email address used for the subscriber's User Primary Name (UPN). When the email address on {% data variables.location.product_location %} matches the subscriber's UPN, you can ensure that another enterprise does not claim the subscriber's license. + * If the subscriber accepts the invitation to the organization with an existing personal account on {% data variables.location.product_location %}, we recommend that the subscriber add the email address they use for {% data variables.product.prodname_vs %} to their personal account on {% data variables.location.product_location %}. For more information, see "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account)." + * If the organization owner must invite a large number of subscribers, a script may make the process faster. For more information, see [the sample PowerShell script](https://github.com/github/platform-samples/blob/master/api/powershell/invite_members_to_org.ps1) in the `github/platform-samples` repository. {% endtip %} @@ -64,4 +64,4 @@ After {% data variables.visual_studio.prodname_vss_ghe %} is set up for subscrib ## Further reading -- "[AUTOTITLE](/get-started/onboarding/getting-started-with-github-enterprise-cloud)" +* "[AUTOTITLE](/get-started/onboarding/getting-started-with-github-enterprise-cloud)" diff --git a/content/billing/managing-the-plan-for-your-github-account/about-per-user-pricing.md b/content/billing/managing-the-plan-for-your-github-account/about-per-user-pricing.md index fd1cab42090e..33a56c1f50ee 100644 --- a/content/billing/managing-the-plan-for-your-github-account/about-per-user-pricing.md +++ b/content/billing/managing-the-plan-for-your-github-account/about-per-user-pricing.md @@ -51,24 +51,24 @@ In addition to licensed seats, your bill may include other charges, such as {% d {% data variables.product.company_short %} bills for the following people: -- Organization members, including owners -- Outside collaborators on private repositories owned by your organization, excluding forks -- Anyone with a pending invitation to become an outside collaborator on private or internal repositories owned by your organization, excluding forks -- Dormant users +* Organization members, including owners +* Outside collaborators on private repositories owned by your organization, excluding forks +* Anyone with a pending invitation to become an outside collaborator on private or internal repositories owned by your organization, excluding forks +* Dormant users {% note %} **Notes:** -- {% data variables.product.company_short %} counts each outside collaborator once for billing purposes, even if the user account has access to multiple repositories owned by your organization. -- {% data reusables.organizations.org-invite-scim %} +* {% data variables.product.company_short %} counts each outside collaborator once for billing purposes, even if the user account has access to multiple repositories owned by your organization. +* {% data reusables.organizations.org-invite-scim %} {% endnote %} {% data variables.product.company_short %} does not bill for the following people: -- Billing managers -- Anyone with a pending invitation to become a billing manager -- Anyone with a pending invitation to become an outside collaborator on a public repository owned by your organization +* Billing managers +* Anyone with a pending invitation to become a billing manager +* Anyone with a pending invitation to become an outside collaborator on a public repository owned by your organization {% else %} @@ -78,35 +78,35 @@ In addition to licensed seats, your bill may include other charges, such as {% d {% data variables.product.company_short %} bills for each of the following accounts on {% data variables.product.prodname_ghe_cloud %}: -- Enterprise owners who are a member or owner of at least one organization in the enterprise -- Organization members, including owners -- Outside collaborators on private or internal repositories owned by your organization, excluding forks -- Dormant users who are a member or owner of at least one organization in the enterprise +* Enterprise owners who are a member or owner of at least one organization in the enterprise +* Organization members, including owners +* Outside collaborators on private or internal repositories owned by your organization, excluding forks +* Dormant users who are a member or owner of at least one organization in the enterprise If your enterprise does not use {% data variables.product.prodname_emus %}, you will also be billed for each of the following accounts: -- Anyone with a pending invitation to become an organization owner or member -- Anyone with a pending invitation to become an outside collaborator on private or internal repositories owned by your organization, excluding forks +* Anyone with a pending invitation to become an organization owner or member +* Anyone with a pending invitation to become an outside collaborator on private or internal repositories owned by your organization, excluding forks {% note %} **Notes:** -- {% data variables.product.company_short %} counts each member or outside collaborator once for billing purposes, even if the user account has membership in multiple organizations in an enterprise or access to multiple repositories owned by your organization. -- {% data reusables.organizations.org-invite-scim %} +* {% data variables.product.company_short %} counts each member or outside collaborator once for billing purposes, even if the user account has membership in multiple organizations in an enterprise or access to multiple repositories owned by your organization. +* {% data reusables.organizations.org-invite-scim %} {% endnote %} {% data variables.product.company_short %} does not bill for any of the following accounts: -- {% data variables.enterprise.prodname_managed_users_caps %} that are suspended -- Enterprise owners who are not a member or owner of at least one organization in the enterprise, except for the user who set up the enterprise -- Enterprise billing managers -- Billing managers for individual organizations -- Anyone with a pending invitation to become a billing manager -- Anyone with a pending invitation to become an outside collaborator on a public repository owned by your organization -- Guest collaborators who are not organization members (see "[AUTOTITLE](/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise#guest-collaborators)") -- Users of {% data variables.visual_studio.prodname_vss_ghe %} whose accounts on {% data variables.product.prodname_dotcom_the_website %} are not linked, and who do not meet any of the other criteria for per-user pricing -- Users who have been provisioned with a {% data variables.enterprise.prodname_managed_user %}, but are not members of any organizations in the enterprise +* {% data variables.enterprise.prodname_managed_users_caps %} that are suspended +* Enterprise owners who are not a member or owner of at least one organization in the enterprise, except for the user who set up the enterprise +* Enterprise billing managers +* Billing managers for individual organizations +* Anyone with a pending invitation to become a billing manager +* Anyone with a pending invitation to become an outside collaborator on a public repository owned by your organization +* Guest collaborators who are not organization members (see "[AUTOTITLE](/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise#guest-collaborators)") +* Users of {% data variables.visual_studio.prodname_vss_ghe %} whose accounts on {% data variables.product.prodname_dotcom_the_website %} are not linked, and who do not meet any of the other criteria for per-user pricing +* Users who have been provisioned with a {% data variables.enterprise.prodname_managed_user %}, but are not members of any organizations in the enterprise ### Accounts that consume a license on {% data variables.product.prodname_ghe_server %} @@ -160,8 +160,8 @@ When you downgrade to a legacy paid plan with fewer private repositories, your n ## Further reading {%- ifversion not fpt %} -- "[AUTOTITLE](/admin/overview/about-enterprise-accounts)" -- "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)" +* "[AUTOTITLE](/admin/overview/about-enterprise-accounts)" +* "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)" {%- endif %} -- "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)" -- "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-outside-collaborators/adding-outside-collaborators-to-repositories-in-your-organization)" +* "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)" +* "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-outside-collaborators/adding-outside-collaborators-to-repositories-in-your-organization)" diff --git a/content/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription.md b/content/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription.md index da64190922ec..03d903d1e96f 100644 --- a/content/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription.md +++ b/content/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription.md @@ -44,27 +44,27 @@ For example, you link your Azure subscription to your organization {% ifversion ## Prerequisites -- You must have {% ifversion ghec %}either {% endif %}an organization {% ifversion ghec %}or an enterprise {% endif %}account on {% data variables.location.product_location %}. For more information about the differences between these two types of accounts, see "[AUTOTITLE](/get-started/learning-about-github/types-of-github-accounts)." +* You must have {% ifversion ghec %}either {% endif %}an organization {% ifversion ghec %}or an enterprise {% endif %}account on {% data variables.location.product_location %}. For more information about the differences between these two types of accounts, see "[AUTOTITLE](/get-started/learning-about-github/types-of-github-accounts)." {%- ifversion ghec %} - - {% data reusables.enterprise.ghec-trial-azure %} + * {% data reusables.enterprise.ghec-trial-azure %} {%- endif %} - - If the organization you want to connect an Azure subscription to belongs to an enterprise account, you must connect your Azure subscription to the enterprise account, not the organization. {% ifversion fpt %}For more information, see [the {% data variables.product.prodname_ghe_cloud %} version](/enterprise-cloud@latest/{{ currentArticle }}) of this article.{% endif %} + * If the organization you want to connect an Azure subscription to belongs to an enterprise account, you must connect your Azure subscription to the enterprise account, not the organization. {% ifversion fpt %}For more information, see [the {% data variables.product.prodname_ghe_cloud %} version](/enterprise-cloud@latest/{{ currentArticle }}) of this article.{% endif %} -- You must be an owner of the organization{% ifversion ghec %} or enterprise{% endif %} account. For more information, see {% ifversion fpt %}"[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)."{% elsif ghec %}the following articles. +* You must be an owner of the organization{% ifversion ghec %} or enterprise{% endif %} account. For more information, see {% ifversion fpt %}"[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)."{% elsif ghec %}the following articles. - - "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)" - - "[AUTOTITLE](/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/roles-in-an-enterprise)" + * "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)" + * "[AUTOTITLE](/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/roles-in-an-enterprise)" {% endif %} -- You must be logged into Azure as a user who is able to provide tenant-wide admin consent, which is required to install {% data variables.product.company_short %}'s Subscription Permission Validation app on the Azure AD tenant. The app requires read access to display a list of available subscriptions, and is only used during this one-time process of connecting the Azure subscription. For more information, see [Grant tenant-wide admin consent to an application](https://learn.microsoft.com/azure/active-directory/manage-apps/grant-admin-consent) in Microsoft Docs. +* You must be logged into Azure as a user who is able to provide tenant-wide admin consent, which is required to install {% data variables.product.company_short %}'s Subscription Permission Validation app on the Azure AD tenant. The app requires read access to display a list of available subscriptions, and is only used during this one-time process of connecting the Azure subscription. For more information, see [Grant tenant-wide admin consent to an application](https://learn.microsoft.com/azure/active-directory/manage-apps/grant-admin-consent) in Microsoft Docs. - - Alternatively, before following the instructions in this article, users who are not able to provide tenant-wide admin consent can work with an Azure AD global administrator to configure an admin consent workflow. For more information, see [User and admin consent in Azure Active Directory](https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/user-admin-consent-overview#admin-consent-workflow) in Microsoft Docs. + * Alternatively, before following the instructions in this article, users who are not able to provide tenant-wide admin consent can work with an Azure AD global administrator to configure an admin consent workflow. For more information, see [User and admin consent in Azure Active Directory](https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/user-admin-consent-overview#admin-consent-workflow) in Microsoft Docs. -- To select an Azure subscription from the list of available subscriptions, the user must be an owner of the Azure subscription. For more information, see [Assign a user as an administrator of an Azure subscription](https://learn.microsoft.com/azure/role-based-access-control/role-assignments-portal-subscription-admin) in Microsoft docs. +* To select an Azure subscription from the list of available subscriptions, the user must be an owner of the Azure subscription. For more information, see [Assign a user as an administrator of an Azure subscription](https://learn.microsoft.com/azure/role-based-access-control/role-assignments-portal-subscription-admin) in Microsoft docs. -- You must know your Azure subscription ID. For more information, see [Get subscription and tenant IDs in the Azure portal](https://learn.microsoft.com/en-us/azure/azure-portal/get-subscription-tenant-id) in the Microsoft Docs or [contact Azure support](https://azure.microsoft.com/support/). +* You must know your Azure subscription ID. For more information, see [Get subscription and tenant IDs in the Azure portal](https://learn.microsoft.com/en-us/azure/azure-portal/get-subscription-tenant-id) in the Microsoft Docs or [contact Azure support](https://azure.microsoft.com/support/). ## Video demonstration of connecting a subscription diff --git a/content/billing/managing-the-plan-for-your-github-account/discounted-plans-for-github-accounts.md b/content/billing/managing-the-plan-for-your-github-account/discounted-plans-for-github-accounts.md index 6ba4abe9ff80..f502e8906ba1 100644 --- a/content/billing/managing-the-plan-for-your-github-account/discounted-plans-for-github-accounts.md +++ b/content/billing/managing-the-plan-for-your-github-account/discounted-plans-for-github-accounts.md @@ -43,4 +43,4 @@ If your organization already has a paid plan, your organization's last transacti ## Further reading -- "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)" +* "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)" diff --git a/content/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan.md b/content/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan.md index e7de004a3bba..6b5c2a1f03c0 100644 --- a/content/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan.md +++ b/content/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan.md @@ -79,9 +79,9 @@ Downgrading from {% data variables.product.prodname_ghe_cloud %} disables any SA ## Removing paid seats from your organization To reduce the number of paid seats your organization uses, you can remove members from your organization or convert members to outside collaborators and give them access to only public repositories. For more information, see: -- "[AUTOTITLE](/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization)" -- "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-outside-collaborators/converting-an-organization-member-to-an-outside-collaborator)" -- "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/managing-an-individuals-access-to-an-organization-repository)" +* "[AUTOTITLE](/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization)" +* "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-outside-collaborators/converting-an-organization-member-to-an-outside-collaborator)" +* "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/managing-an-individuals-access-to-an-organization-repository)" {% data reusables.organizations.billing-settings %} 1. Under "Current plan", next to your current plan, select the **Edit** dropdown menu, then click **Remove seats**. @@ -116,7 +116,7 @@ To downgrade the plan of an individual organization within the enterprise accoun ## Further reading -- "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)" -- "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process)" -- "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)." -- "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)" +* "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)" +* "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process)" +* "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)." +* "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)" diff --git a/content/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process.md b/content/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process.md index 1fba13020d61..0e62a8412501 100644 --- a/content/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process.md +++ b/content/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process.md @@ -39,7 +39,7 @@ Stefan's organization pays for 50 seats every year on May 20th. If Stefan remove ## Further reading -- "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account)" -- "[AUTOTITLE](/billing/managing-billing-for-github-marketplace-apps)" -- "[AUTOTITLE](/billing/managing-billing-for-git-large-file-storage)" -- "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)" +* "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account)" +* "[AUTOTITLE](/billing/managing-billing-for-github-marketplace-apps)" +* "[AUTOTITLE](/billing/managing-billing-for-git-large-file-storage)" +* "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)" diff --git a/content/billing/managing-the-plan-for-your-github-account/one-time-payments-for-customers-in-india.md b/content/billing/managing-the-plan-for-your-github-account/one-time-payments-for-customers-in-india.md index 9f7d935b4b08..e18f741b4d0c 100644 --- a/content/billing/managing-the-plan-for-your-github-account/one-time-payments-for-customers-in-india.md +++ b/content/billing/managing-the-plan-for-your-github-account/one-time-payments-for-customers-in-india.md @@ -20,11 +20,11 @@ shortTitle: India one-time payments A new payments regulation from the Reserve Bank of India (RBI) recently came into effect. This regulation places additional requirements on recurring online transactions and has prevented some {% data variables.product.company_short %} customers in India from making recurring payments. Customers using payment methods issued in India for any recurring transactions on {% data variables.product.product_name %} may find that their payments are declined by their banks or card issuers. For more information, see [the RBI's press release](https://www.rbi.org.in/Scripts/BS_PressReleaseDisplay.aspx?prid=51353). The regulation applies to all recurring transactions, including: -- {% data variables.product.prodname_dotcom %} plan subscriptions (Pro, Team, Enterprise) -- {% data variables.product.prodname_marketplace %} purchases -- {% data variables.product.prodname_sponsors %} transactions -- Git Large File Storage purchases -- {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, and {% data variables.product.prodname_github_codespaces %} consumption +* {% data variables.product.prodname_dotcom %} plan subscriptions (Pro, Team, Enterprise) +* {% data variables.product.prodname_marketplace %} purchases +* {% data variables.product.prodname_sponsors %} transactions +* Git Large File Storage purchases +* {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, and {% data variables.product.prodname_github_codespaces %} consumption In order to minimize disruption, recurring payments for our affected customers were paused on October 29th, 2021. Paid features and services have remained available to customers impacted by the RBI regulation. diff --git a/content/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan.md b/content/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan.md index 59d8b7fc55aa..dabe8e43b257 100644 --- a/content/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan.md +++ b/content/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan.md @@ -132,6 +132,6 @@ If you'd like additional users to have access to your {% data variables.product. ## Further reading -- "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)" -- "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process)" -- "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)." +* "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)" +* "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process)" +* "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)." diff --git a/content/billing/managing-the-plan-for-your-github-account/viewing-and-managing-pending-changes-to-your-plan.md b/content/billing/managing-the-plan-for-your-github-account/viewing-and-managing-pending-changes-to-your-plan.md index 803665e7a11f..3e43ce14a31b 100644 --- a/content/billing/managing-the-plan-for-your-github-account/viewing-and-managing-pending-changes-to-your-plan.md +++ b/content/billing/managing-the-plan-for-your-github-account/viewing-and-managing-pending-changes-to-your-plan.md @@ -42,4 +42,4 @@ When you cancel a pending change, your plan will not change until your next bill ## Further reading -- "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)" +* "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)" diff --git a/content/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise.md b/content/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise.md index f1a908058991..1ce12a1b3d59 100644 --- a/content/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise.md +++ b/content/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise.md @@ -37,10 +37,10 @@ Each user on {% data variables.location.product_location %} consumes a seat on y {% ifversion ghec %}For {% data variables.product.prodname_ghe_cloud %} customers with an enterprise account, {% data variables.product.company_short %} bills through your enterprise account on {% data variables.product.prodname_dotcom_the_website %}. For invoiced customers, each{% elsif ghes %}For invoiced {% data variables.product.prodname_enterprise %} customers, {% data variables.product.company_short %} bills through an enterprise account on {% data variables.product.prodname_dotcom_the_website %}. Each{% endif %} invoice includes a single bill charge for all of your paid {% data variables.product.prodname_dotcom_the_website %} services and any {% data variables.product.prodname_ghe_server %} instances. For more information about {% ifversion ghes %}licensing, usage, and invoices{% elsif ghec %}usage and invoices{% endif %}, see the following{% ifversion ghes %} in the {% data variables.product.prodname_ghe_cloud %} documentation.{% else %}.{% endif %} {%- ifversion ghes %} -- "[AUTOTITLE](/enterprise-cloud@latest/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)" +* "[AUTOTITLE](/enterprise-cloud@latest/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)" {%- endif %} -- "[Viewing the subscription and usage for your enterprise account]({% ifversion ghes %}/enterprise-cloud@latest{% endif %}/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)" -- "[Managing invoices for your enterprise]({% ifversion ghes %}/enterprise-cloud@latest{% endif %}/billing/managing-the-plan-for-your-github-account/managing-invoices-for-your-enterprise)" +* "[Viewing the subscription and usage for your enterprise account]({% ifversion ghes %}/enterprise-cloud@latest{% endif %}/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)" +* "[Managing invoices for your enterprise]({% ifversion ghes %}/enterprise-cloud@latest{% endif %}/billing/managing-the-plan-for-your-github-account/managing-invoices-for-your-enterprise)" Administrators for your enterprise account on {% data variables.product.prodname_dotcom_the_website %} can access and manage billing for the enterprise. For more information, see "[Roles in an enterprise]({% ifversion ghes %}/enterprise-cloud@latest{% endif %}/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise){% ifversion ghec %}."{% elsif ghes %}" in the {% data variables.product.prodname_ghe_cloud %} documentation.{% endif %} @@ -56,4 +56,4 @@ Administrators for your enterprise account on {% data variables.product.prodname ## Further reading -- "[AUTOTITLE](/admin/overview/about-enterprise-accounts)" +* "[AUTOTITLE](/admin/overview/about-enterprise-accounts)" diff --git a/content/billing/managing-your-github-billing-settings/adding-a-sales-tax-certificate.md b/content/billing/managing-your-github-billing-settings/adding-a-sales-tax-certificate.md index 2862682c41ec..b201bb02821e 100644 --- a/content/billing/managing-your-github-billing-settings/adding-a-sales-tax-certificate.md +++ b/content/billing/managing-your-github-billing-settings/adding-a-sales-tax-certificate.md @@ -14,9 +14,9 @@ shortTitle: Add a sales tax certificate If you're a {% data variables.product.company_short %} customer in the United States, you need to ensure that your account is set up to calculate sales tax correctly. If you're exempt from sales tax, you can upload a certificate to your account. The format of the certificate you upload must be one of the following: -- JPEG (`.jpg`, `.jpeg`) -- PNG (`.png`) -- PDF (`.pdf`) +* JPEG (`.jpg`, `.jpeg`) +* PNG (`.png`) +* PDF (`.pdf`) Your account is marked as tax exempt, while your certificate is reviewed. If your certificate is not approved, you will need to upload a new one. diff --git a/content/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge.md b/content/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge.md index 32eeb5beec4c..86eb57610c5c 100644 --- a/content/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge.md +++ b/content/billing/managing-your-github-billing-settings/troubleshooting-a-declined-credit-card-charge.md @@ -30,8 +30,8 @@ We also support payments through PayPal. For more information, see "[AUTOTITLE]( Your bank can provide additional information about declined payments if you specifically ask about the attempted transaction. If there are restrictions on your card and you need to call your bank, provide this information to your bank: -- **The amount you're being charged.** The amount for your subscription appears on your account's receipts. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts)." -- **The date when {% data variables.product.product_name %} bills you.** Your account's billing date appears on your receipts. -- **The transaction ID number.** Your account's transaction ID appears on your receipts. -- **The merchant name.** The merchant name is {% data variables.product.prodname_dotcom %}. -- **The error message your bank sent with the declined charge.** You can find your bank's error message on the email we send you when a charge is declined. +* **The amount you're being charged.** The amount for your subscription appears on your account's receipts. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts)." +* **The date when {% data variables.product.product_name %} bills you.** Your account's billing date appears on your receipts. +* **The transaction ID number.** Your account's transaction ID appears on your receipts. +* **The merchant name.** The merchant name is {% data variables.product.prodname_dotcom %}. +* **The error message your bank sent with the declined charge.** You can find your bank's error message on the email we send you when a charge is declined. diff --git a/content/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date.md b/content/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date.md index 6ef748512b73..9bf04b251f44 100644 --- a/content/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date.md +++ b/content/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date.md @@ -52,4 +52,4 @@ shortTitle: Subscriptions & billing date ## Further reading -- "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-billing-for-plans)" +* "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-billing-for-plans)" diff --git a/content/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise.md b/content/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise.md index 253cac854e80..79dd49a41d0f 100644 --- a/content/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise.md +++ b/content/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise.md @@ -45,6 +45,6 @@ If you have any questions about renewing your license, contact {% data variables ## Further reading -- "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise)" -- [{% data variables.product.prodname_enterprise %} Releases](https://enterprise.github.com/releases/) website -- "[Setting up a {% data variables.product.prodname_ghe_server %} instance]({% ifversion ghec %}/enterprise-server@latest{% endif %}/admin/installation/setting-up-a-github-enterprise-server-instance)" +* "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise)" +* [{% data variables.product.prodname_enterprise %} Releases](https://enterprise.github.com/releases/) website +* "[Setting up a {% data variables.product.prodname_ghe_server %} instance]({% ifversion ghec %}/enterprise-server@latest{% endif %}/admin/installation/setting-up-a-github-enterprise-server-instance)" diff --git a/content/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise.md b/content/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise.md index 7abeaff1edcf..83136640311b 100644 --- a/content/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise.md +++ b/content/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise.md @@ -36,11 +36,11 @@ After you synchronize license usage, {% data variables.product.prodname_dotcom % First, we check the primary email address of each user on {% data variables.product.prodname_ghe_server %}. Then, we attempt to match that address with the email address for a user account on {% data variables.product.prodname_ghe_cloud %}. If your enterprise on {% data variables.product.prodname_dotcom_the_website %} or any of the enterprise's organizations use SAML authentication or SCIM provisioning, we first check the linked SAML or SCIM identities to see if the identity contains one of the attributes below. We attempt to match the values of these attributes to the primary email address of each {% data variables.product.prodname_ghe_server %} user. -- `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name` -- `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress` -- `username` -- `NameID` -- `emails` +* `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name` +* `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress` +* `username` +* `NameID` +* `emails` If there is no match, or if SAML authentication or SCIM provisioning is not in use, we attempt to match the primary email address on {% data variables.product.prodname_ghe_server %} with a verified email address for a user account on {% data variables.product.prodname_dotcom_the_website %}. For more information about verification of email addresses on {% data variables.product.prodname_dotcom_the_website %}, see "[AUTOTITLE](/enterprise-cloud@latest/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/verifying-your-email-address){% ifversion not ghec %}" in the {% data variables.product.prodname_ghe_cloud %} documentation.{% else %}."{% endif %} diff --git a/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md b/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md index a657e4720a4b..4604b204d40f 100644 --- a/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md +++ b/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md @@ -44,9 +44,9 @@ You can view the license usage for your enterprise and download a file with lice {% data reusables.enterprise-accounts.settings-tab %} {% data reusables.enterprise-accounts.license-tab %} 1. Review your current {% data variables.product.prodname_enterprise %} license, as well as consumed and available user licenses. - - To download the consumed license report as a CSV file, to the right of "User licenses," click {% octicon "download" aria-hidden="true" %} **CSV report**. For more information about reviewing the data in this report, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise)." - - If you purchased {% data variables.product.prodname_GH_advanced_security %}, you can review your total {% ifversion ghas-billing-UI-update %}license{% else %}seat{% endif %} usage. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage)." - - To view an overview of the consumed licenses without downloading a report, click **View details**, then look under "User licenses consumed". For more information, see "[AUTOTITLE](/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-people-in-your-enterprise#user-licenses-consumed)." + * To download the consumed license report as a CSV file, to the right of "User licenses," click {% octicon "download" aria-hidden="true" %} **CSV report**. For more information about reviewing the data in this report, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise)." + * If you purchased {% data variables.product.prodname_GH_advanced_security %}, you can review your total {% ifversion ghas-billing-UI-update %}license{% else %}seat{% endif %} usage. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage)." + * To view an overview of the consumed licenses without downloading a report, click **View details**, then look under "User licenses consumed". For more information, see "[AUTOTITLE](/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-people-in-your-enterprise#user-licenses-consumed)." {% elsif ghes %} @@ -54,8 +54,8 @@ You can view the license usage for your enterprise and download a file with lice {% data reusables.enterprise-accounts.settings-tab %} {% data reusables.enterprise-accounts.license-tab %} 1. Review your current {% data variables.product.prodname_enterprise %} license, as well as consumed and available user licenses.{% ifversion ghes %} - - To download the consumed license report as a JSON file, in the top right under "Quick links", choose **Export license usage**. For more information about reviewing the data in this report, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise)." - - If you have purchased {% data variables.product.prodname_GH_advanced_security %}, you can review your total {% ifversion ghas-billing-UI-update %}licenses{% else %}seats{% endif %} used as well as a per-organization breakdown of active committers. For more information, see "[AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise)."{% endif %} + * To download the consumed license report as a JSON file, in the top right under "Quick links", choose **Export license usage**. For more information about reviewing the data in this report, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise)." + * If you have purchased {% data variables.product.prodname_GH_advanced_security %}, you can review your total {% ifversion ghas-billing-UI-update %}licenses{% else %}seats{% endif %} used as well as a per-organization breakdown of active committers. For more information, see "[AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise)."{% endif %} {% endif %} {% ifversion ghec %} @@ -66,8 +66,8 @@ You can view the license usage for your enterprise and download a file with lice {% data reusables.enterprise-accounts.settings-tab %} {% data reusables.enterprise-accounts.license-tab %} 1. To identify when the last license sync occurred, under "Enterprise Server instances", look for timestamps next to usage uploaded or synced events. - - "Server usage uploaded" indicates license usage between environments was manually updated when a {% data variables.product.prodname_ghe_server %} license file was uploaded. - - "{% data variables.product.prodname_github_connect %} server usage synced" indicates license usage between environments was automatically updated. - - "{% data variables.product.prodname_github_connect %} server usage never synced" indicates that {% data variables.product.prodname_github_connect %} is configured, but license usage between environments has never updated successfully. + * "Server usage uploaded" indicates license usage between environments was manually updated when a {% data variables.product.prodname_ghe_server %} license file was uploaded. + * "{% data variables.product.prodname_github_connect %} server usage synced" indicates license usage between environments was automatically updated. + * "{% data variables.product.prodname_github_connect %} server usage never synced" indicates that {% data variables.product.prodname_github_connect %} is configured, but license usage between environments has never updated successfully. {% endif %} diff --git a/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-enterprise-accounts-for-procurement-companies/about-enterprise-accounts-for-procurement-companies.md b/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-enterprise-accounts-for-procurement-companies/about-enterprise-accounts-for-procurement-companies.md index 65fcffcaadad..7ac6f9030289 100644 --- a/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-enterprise-accounts-for-procurement-companies/about-enterprise-accounts-for-procurement-companies.md +++ b/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-enterprise-accounts-for-procurement-companies/about-enterprise-accounts-for-procurement-companies.md @@ -16,8 +16,8 @@ An enterprise account allows your client to manage and enforce policies for mult To access an enterprise account, each member must sign into their own personal account. Enterprise members can have different roles, including owner and billing manager: -- Owners have complete administrative access to an enterprise. -- Billing managers can only manage billing settings, and cannot access enterprise resources. +* Owners have complete administrative access to an enterprise. +* Billing managers can only manage billing settings, and cannot access enterprise resources. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)." diff --git a/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-enterprise-accounts-for-procurement-companies/creating-and-paying-for-an-enterprise-account-on-behalf-of-a-client.md b/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-enterprise-accounts-for-procurement-companies/creating-and-paying-for-an-enterprise-account-on-behalf-of-a-client.md index cdfa4bb3c87a..ef72feb4807d 100644 --- a/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-enterprise-accounts-for-procurement-companies/creating-and-paying-for-an-enterprise-account-on-behalf-of-a-client.md +++ b/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-enterprise-accounts-for-procurement-companies/creating-and-paying-for-an-enterprise-account-on-behalf-of-a-client.md @@ -15,10 +15,10 @@ shortTitle: On behalf of a client ## Requirements Before you start, make sure you know: -- The {% data variables.product.prodname_dotcom %} username of the client who will become the owner of the enterprise account you create -- The name your client would like to use for the enterprise account -- The email address where you would like receipts to be sent -- The number of paid seats your client would like you to purchase for the enterprise account (see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)") +* The {% data variables.product.prodname_dotcom %} username of the client who will become the owner of the enterprise account you create +* The name your client would like to use for the enterprise account +* The email address where you would like receipts to be sent +* The number of paid seats your client would like you to purchase for the enterprise account (see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)") ## Step 1: Create your personal account on {% data variables.product.prodname_dotcom %} diff --git a/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies.md b/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies.md index 84d32dc962d3..8a3962100ba2 100644 --- a/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies.md +++ b/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/about-organizations-for-procurement-companies.md @@ -22,8 +22,8 @@ To access an organization, each member must sign into their own personal account Organization members can have different roles, such as _owner_ or _billing manager_: -- **Owners** have complete administrative access to an organization and its contents. -- **Billing managers** can manage billing settings, and cannot access organization contents. Billing managers are not shown in the list of organization members. +* **Owners** have complete administrative access to an organization and its contents. +* **Billing managers** can manage billing settings, and cannot access organization contents. Billing managers are not shown in the list of organization members. You can also set up an enterprise account for your client. For more information, see "[AUTOTITLE](/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-enterprise-accounts-for-procurement-companies)." diff --git a/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client.md b/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client.md index f78a8486fd63..d21f6a8e90cb 100644 --- a/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client.md +++ b/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/creating-and-paying-for-an-organization-on-behalf-of-a-client.md @@ -20,11 +20,11 @@ shortTitle: On behalf of a client ## Requirements Before you start, make sure you know: -- The {% data variables.product.prodname_dotcom %} username of the client who will become the owner of the organization you create -- The name your client would like to use for the organization -- The email address where you would like receipts to be sent -- The [product](/get-started/learning-about-github/githubs-plans) your client would like to purchase -- The number of [paid seats](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing) your client would like you to purchase for the organization +* The {% data variables.product.prodname_dotcom %} username of the client who will become the owner of the organization you create +* The name your client would like to use for the organization +* The email address where you would like receipts to be sent +* The [product](/get-started/learning-about-github/githubs-plans) your client would like to purchase +* The number of [paid seats](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing) your client would like you to purchase for the organization ## Step 1: Create your personal {% data variables.product.prodname_dotcom %} account diff --git a/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization.md b/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization.md index 7bb84db38a27..0141042f5613 100644 --- a/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization.md +++ b/content/billing/setting-up-paid-accounts-for-procurement-companies/setting-up-paid-organizations-for-procurement-companies/upgrading-or-downgrading-your-clients-paid-organization.md @@ -21,8 +21,8 @@ shortTitle: Upgrade or downgrade {% tip %} **Tips**: -- Before you upgrade your client's organization, you can [view or update the payment method on file for the organization](/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method). -- These instructions are for upgrading and downgrading organizations on the _per-seat subscription_. If your client pays for {% data variables.product.product_name %} using a _legacy per-repository_ plan, you can upgrade or [downgrade](/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan) their legacy plan, or [switch their organization to per-seat pricing](/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan). +* Before you upgrade your client's organization, you can [view or update the payment method on file for the organization](/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method). +* These instructions are for upgrading and downgrading organizations on the _per-seat subscription_. If your client pays for {% data variables.product.product_name %} using a _legacy per-repository_ plan, you can upgrade or [downgrade](/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan) their legacy plan, or [switch their organization to per-seat pricing](/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan). {% endtip %} diff --git a/content/billing/using-the-enhanced-billing-platform-for-enterprises/about-enhanced-billing-for-git-large-file-storage.md b/content/billing/using-the-enhanced-billing-platform-for-enterprises/about-enhanced-billing-for-git-large-file-storage.md index 333587813959..8ce872fde667 100644 --- a/content/billing/using-the-enhanced-billing-platform-for-enterprises/about-enhanced-billing-for-git-large-file-storage.md +++ b/content/billing/using-the-enhanced-billing-platform-for-enterprises/about-enhanced-billing-for-git-large-file-storage.md @@ -50,10 +50,10 @@ If you use more than the included amount of bandwidth or storage for your plan t For example, if you use 1 GiB above what is included for free for the first 15 days of April, then use 2 GiB starting from April 16th to the end of the month, your storage costs will be calculated in the following way. -- 1 GiB × 15 days × 24 hours per day = 360 GiB-hours -- 2 GiB × 15 days × 24 hours per day = 720 GiB-hours -- 360 GiB-hours + 720 GiB-hours = 1080 GiB-hours -- 1080 GiB-hours / 720 hours in the month = 1.5 GiB-months +* 1 GiB × 15 days × 24 hours per day = 360 GiB-hours +* 2 GiB × 15 days × 24 hours per day = 720 GiB-hours +* 360 GiB-hours + 720 GiB-hours = 1080 GiB-hours +* 1080 GiB-hours / 720 hours in the month = 1.5 GiB-months In this example, {% data variables.product.company_short %} would bill for 1.5 GiB of storage for the month of April. @@ -63,5 +63,5 @@ The default budget for paid usage is $0 for accounts that do not have a payment ## Further reading -- "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-git-large-file-storage)" -- "[AUTOTITLE](/repositories/working-with-files/managing-large-files/installing-git-large-file-storage)" +* "[AUTOTITLE](/repositories/working-with-files/managing-large-files/about-git-large-file-storage)" +* "[AUTOTITLE](/repositories/working-with-files/managing-large-files/installing-git-large-file-storage)" diff --git a/content/billing/using-the-enhanced-billing-platform-for-enterprises/about-the-enhanced-billing-platform-for-enterprises.md b/content/billing/using-the-enhanced-billing-platform-for-enterprises/about-the-enhanced-billing-platform-for-enterprises.md index 09280b264026..c93f76ead6b6 100644 --- a/content/billing/using-the-enhanced-billing-platform-for-enterprises/about-the-enhanced-billing-platform-for-enterprises.md +++ b/content/billing/using-the-enhanced-billing-platform-for-enterprises/about-the-enhanced-billing-platform-for-enterprises.md @@ -16,21 +16,21 @@ The enhanced billing platform provides better spending control and detailed usag The following products are available in the enhanced billing platform: -- {% data variables.product.prodname_actions %} -- {% data variables.product.prodname_github_codespaces %} -- {% data variables.product.prodname_copilot %} -- {% data variables.product.prodname_registry %} -- {% data variables.large_files.product_name_long %} +* {% data variables.product.prodname_actions %} +* {% data variables.product.prodname_github_codespaces %} +* {% data variables.product.prodname_copilot %} +* {% data variables.product.prodname_registry %} +* {% data variables.large_files.product_name_long %} ## Key functionalities With the enhanced billing platform, you can: -- **Estimate spending:** Understand where your (annual, monthly, etc.) spending is trending based on the usage across costs centers and budgets. -- **Gather insights and data:** Generate usage reports to share with your team or stakeholders, and know if you're on track with your budget. -- **Charge business units:** Improve accountability by creating and assigning organizations, repositories, and members to cost centers. -- **Prevent overspending:** Use budgets and alerts to track and control your spending. -- **Observe and understand spending:** Understand how your spending changes over time and across which products. +* **Estimate spending:** Understand where your (annual, monthly, etc.) spending is trending based on the usage across costs centers and budgets. +* **Gather insights and data:** Generate usage reports to share with your team or stakeholders, and know if you're on track with your budget. +* **Charge business units:** Improve accountability by creating and assigning organizations, repositories, and members to cost centers. +* **Prevent overspending:** Use budgets and alerts to track and control your spending. +* **Observe and understand spending:** Understand how your spending changes over time and across which products. ## How do I know if I can access the enhanced billing platform? diff --git a/content/billing/using-the-enhanced-billing-platform-for-enterprises/charging-business-units.md b/content/billing/using-the-enhanced-billing-platform-for-enterprises/charging-business-units.md index d2577496e2f6..5b1ad8667277 100644 --- a/content/billing/using-the-enhanced-billing-platform-for-enterprises/charging-business-units.md +++ b/content/billing/using-the-enhanced-billing-platform-for-enterprises/charging-business-units.md @@ -20,10 +20,10 @@ Create cost centers to monitor and manage expenses for specific organizations or This method can be used to track only non-seat based products usage such as: -- {% data variables.product.prodname_actions %} -- {% data variables.product.prodname_github_codespaces %} -- {% data variables.product.prodname_registry %} -- {% data variables.large_files.product_name_short %} +* {% data variables.product.prodname_actions %} +* {% data variables.product.prodname_github_codespaces %} +* {% data variables.product.prodname_registry %} +* {% data variables.large_files.product_name_short %} For seat-based products like {% data variables.product.prodname_copilot %}, assign users to the cost center via the API. @@ -63,9 +63,9 @@ You can view, edit, and delete cost centers to manage your business units effect If you add a member to a cost center, any usage accrued (for example, a seat) will immediately start being billed against the cost center. If you remove a member from a cost center, any usage from that point will be billed against the enterprise. For example: -- On May 1st, an enterprise has three {% data variables.product.prodname_copilot_short %} users. The charges for all three users ($39 each) are billed to the enterprise. -- On May 10th, you create two cost centers: Cost Center 1 and Cost Center 2. User A and User B are assigned to Cost Center 1, and User C to Cost Center 2. Future charges for Users A and B go to Cost Center 1, and for User C to Cost Center 2. -- On May 20th, you remove User A from Cost Center 1. From then on, User A's charges are billed to the enterprise, while User B's charges remain with Cost Center 1, and User C's charges with Cost Center 2. +* On May 1st, an enterprise has three {% data variables.product.prodname_copilot_short %} users. The charges for all three users ($39 each) are billed to the enterprise. +* On May 10th, you create two cost centers: Cost Center 1 and Cost Center 2. User A and User B are assigned to Cost Center 1, and User C to Cost Center 2. Future charges for Users A and B go to Cost Center 1, and for User C to Cost Center 2. +* On May 20th, you remove User A from Cost Center 1. From then on, User A's charges are billed to the enterprise, while User B's charges remain with Cost Center 1, and User C's charges with Cost Center 2. The "{% data variables.product.prodname_copilot_short %} Seats Used" tile on the "Overview" page will show fractional usage instead of whole numbers. @@ -77,4 +77,4 @@ You can still view the cost center even after you delete it. To do so, select th ## Further reading -- "[AUTOTITLE](/rest/enterprise-admin/billing)" +* "[AUTOTITLE](/rest/enterprise-admin/billing)" diff --git a/content/billing/using-the-enhanced-billing-platform-for-enterprises/estimating-spending-for-your-enterprise.md b/content/billing/using-the-enhanced-billing-platform-for-enterprises/estimating-spending-for-your-enterprise.md index 8eede9bdebf1..13c4c1ce138e 100644 --- a/content/billing/using-the-enhanced-billing-platform-for-enterprises/estimating-spending-for-your-enterprise.md +++ b/content/billing/using-the-enhanced-billing-platform-for-enterprises/estimating-spending-for-your-enterprise.md @@ -21,13 +21,13 @@ The "Overview" page provides a high-level view of your spending and budgets. On this page, you can view your usage in the following categories: -- **Current metered usage:** The card on the top left shows the gross metered usage for your enterprise including all cost centers. Click **More details** to view a breakdown of the usage by cost center. -- **Metered usage (w/o cost centers):** The graph shows the gross metered usage for your enterprise excluding cost centers. To view the usage for a specific cost center, select {% octicon "triangle-down" aria-label="Change cost center selection" %}, then click a cost center. +* **Current metered usage:** The card on the top left shows the gross metered usage for your enterprise including all cost centers. Click **More details** to view a breakdown of the usage by cost center. +* **Metered usage (w/o cost centers):** The graph shows the gross metered usage for your enterprise excluding cost centers. To view the usage for a specific cost center, select {% octicon "triangle-down" aria-label="Change cost center selection" %}, then click a cost center. To view a different time period, select **Time Frame**, then choose a time period. You can also download an image of the graph by clicking {% octicon "kebab-horizontal" aria-label="Open column options" %} on the right. -- **By organization** and **by repository:** The two cards under the graph show the top five organizations and repositories that generate the most usage. You can click {% octicon "kebab-horizontal" aria-label="Open column options" %} in the upper-right corner of each card to view all usage. -- **By products:** You can use the product tabs to view usage and discounts for different products. Only products with usage are shown. +* **By organization** and **by repository:** The two cards under the graph show the top five organizations and repositories that generate the most usage. You can click {% octicon "kebab-horizontal" aria-label="Open column options" %} in the upper-right corner of each card to view all usage. +* **By products:** You can use the product tabs to view usage and discounts for different products. Only products with usage are shown. ![Screenshot of the product tabs section of the overview page.](/assets/images/help/billing/enhanced-billing-platform-products-tabs.png) diff --git a/content/billing/using-the-enhanced-billing-platform-for-enterprises/gathering-insights-on-your-spending.md b/content/billing/using-the-enhanced-billing-platform-for-enterprises/gathering-insights-on-your-spending.md index 534eb38455bf..33ffd143faad 100644 --- a/content/billing/using-the-enhanced-billing-platform-for-enterprises/gathering-insights-on-your-spending.md +++ b/content/billing/using-the-enhanced-billing-platform-for-enterprises/gathering-insights-on-your-spending.md @@ -12,8 +12,8 @@ shortTitle: Gather insights The enhanced billing platform provides you with the tools to: -- **Get insights** into the usage of your enterprise members to understand how your resources are being used. -- **Generate reports** on the usage of your enterprise members to import into your own tools for visualization and analysis. +* **Get insights** into the usage of your enterprise members to understand how your resources are being used. +* **Generate reports** on the usage of your enterprise members to import into your own tools for visualization and analysis. ## Viewing usage @@ -26,9 +26,9 @@ You can view the usage of your enterprise members and download the usage data fo 1. To search or filter the graph, click the search bar. When you click the search bar, you will see a list of suggested filters. 1. To further filter the graph, use the dropdown menus. - - To see the usage by group, select **Group**, then click a group. - - To filter by time, select **Time Frame**, then click a time period. - - Optionally, to view the monthly budget and actual usage per day, select **Group: None** and **Time Frame: Current Month**. + * To see the usage by group, select **Group**, then click a group. + * To filter by time, select **Time Frame**, then click a time period. + * Optionally, to view the monthly budget and actual usage per day, select **Group: None** and **Time Frame: Current Month**. Below the graph, you can see a more granular overview of the usage. Click the arrow next to a specific date to see a nested table with usage per SKU, units, price/unit, and actual usage. @@ -40,9 +40,9 @@ You can view the usage of your enterprise members and download the usage data fo You can view the license usage of your enterprise members and download the usage data for further analysis. The following license types are available: -- User -- {% data variables.product.prodname_GH_advanced_security %} -- {% data variables.product.prodname_enterprise %} +* User +* {% data variables.product.prodname_GH_advanced_security %} +* {% data variables.product.prodname_enterprise %} You can also view your active {% data variables.product.prodname_enterprise %} instances and users. @@ -53,4 +53,4 @@ You can also view your active {% data variables.product.prodname_enterprise %} i ## Further reading -- "[AUTOTITLE](/rest/enterprise-admin/billing)" +* "[AUTOTITLE](/rest/enterprise-admin/billing)" diff --git a/content/billing/using-the-enhanced-billing-platform-for-enterprises/managing-your-payment-and-billing-information.md b/content/billing/using-the-enhanced-billing-platform-for-enterprises/managing-your-payment-and-billing-information.md index e60e7882fdaf..91e5e268b930 100644 --- a/content/billing/using-the-enhanced-billing-platform-for-enterprises/managing-your-payment-and-billing-information.md +++ b/content/billing/using-the-enhanced-billing-platform-for-enterprises/managing-your-payment-and-billing-information.md @@ -12,9 +12,9 @@ shortTitle: Manage your payment information You can view your payment information and history, and update your billing contacts. Supported payment methods include: -- Credit card -- PayPal -- Azure Subscription ID +* Credit card +* PayPal +* Azure Subscription ID ## Viewing payment information diff --git a/content/billing/using-the-enhanced-billing-platform-for-enterprises/preventing-overspending.md b/content/billing/using-the-enhanced-billing-platform-for-enterprises/preventing-overspending.md index e64bd03e82fe..085fe2b61f4b 100644 --- a/content/billing/using-the-enhanced-billing-platform-for-enterprises/preventing-overspending.md +++ b/content/billing/using-the-enhanced-billing-platform-for-enterprises/preventing-overspending.md @@ -16,8 +16,8 @@ The budget only applies to expenses incurred from the date of its creation onwar Budgets are not applicable to: -- Seat-based products such as {% data variables.product.prodname_copilot %}, {% data variables.product.prodname_GH_advanced_security %}, and {% data variables.product.prodname_enterprise %}. -- Pre-paid volume licenses. +* Seat-based products such as {% data variables.product.prodname_copilot %}, {% data variables.product.prodname_GH_advanced_security %}, and {% data variables.product.prodname_enterprise %}. +* Pre-paid volume licenses. ## Viewing budgets diff --git a/content/billing/using-the-enhanced-billing-platform-for-enterprises/roles-for-the-enhanced-billing-platform.md b/content/billing/using-the-enhanced-billing-platform-for-enterprises/roles-for-the-enhanced-billing-platform.md index 3d1cf2519739..5ee576c06b46 100644 --- a/content/billing/using-the-enhanced-billing-platform-for-enterprises/roles-for-the-enhanced-billing-platform.md +++ b/content/billing/using-the-enhanced-billing-platform-for-enterprises/roles-for-the-enhanced-billing-platform.md @@ -15,19 +15,19 @@ Three roles have access to the enhanced billing platform: enterprise owners, bil As an enterprise owner or a billing manager, you can access the enhanced billing platform for your enterprise account. You can: -- View all metered usage in your enterprise and set budgets for your enterprise and organizations. -- See enterprise usage, including costs for organizations and repositories. -- Download CSV usage reports for products your enterprise is using. -- Create cost centers for all organizations within your enterprise. -- Set budgets for your enterprise and organizations. +* View all metered usage in your enterprise and set budgets for your enterprise and organizations. +* See enterprise usage, including costs for organizations and repositories. +* Download CSV usage reports for products your enterprise is using. +* Create cost centers for all organizations within your enterprise. +* Set budgets for your enterprise and organizations. ## Organization owners As an organization owner, you have administrative access to your organization. You can: -- View metered usage and budgets for the organizations and repositories you manage. -- View promotions and discounts. -- View spending for pre-purchased user licenses for {% data variables.product.prodname_enterprise %} or {% data variables.product.prodname_GH_advanced_security %} based on your usage. -- See organization usage and download CSV usage reports. -- Create cost centers by grouping repositories you manage. -- Set budgets for the repositories you manage. +* View metered usage and budgets for the organizations and repositories you manage. +* View promotions and discounts. +* View spending for pre-purchased user licenses for {% data variables.product.prodname_enterprise %} or {% data variables.product.prodname_GH_advanced_security %} based on your usage. +* See organization usage and download CSV usage reports. +* Create cost centers by grouping repositories you manage. +* Set budgets for the repositories you manage. diff --git a/content/copilot/quickstart.md b/content/copilot/quickstart.md index 152c68bda25f..cc49b15c9185 100644 --- a/content/copilot/quickstart.md +++ b/content/copilot/quickstart.md @@ -33,9 +33,9 @@ Instructions for using {% data variables.product.prodname_copilot_short %} diffe For example, you could enter: - - Explain this file. - - How could I improve this code? - - How can I test this code? + * Explain this file. + * How could I improve this code? + * How can I test this code? {% data variables.product.prodname_copilot_short %} responds to your request in the panel. @@ -45,20 +45,20 @@ Instructions for using {% data variables.product.prodname_copilot_short %} diffe There are many more things you can do with {% data variables.product.prodname_copilot_chat_dotcom %}. For example: -- Ask a general question about software development -- Ask exploratory questions about a repository -- Ask a question about a knowledge base -- Find out about the changes in a pull request -- Ask a question about a specific issue or commit +* Ask a general question about software development +* Ask exploratory questions about a repository +* Ask a question about a knowledge base +* Find out about the changes in a pull request +* Ask a question about a specific issue or commit For more information, see "[AUTOTITLE](/copilot/github-copilot-chat/copilot-chat-in-github/using-github-copilot-chat-in-githubcom)." ## Next steps -- **Find out more about {% data variables.product.prodname_copilot_chat %}** - See "[AUTOTITLE](/copilot/github-copilot-chat/using-github-copilot-chat-in-your-ide){% ifversion fpt %}.{% endif %}"{% ifversion ghec %} and "[AUTOTITLE](/copilot/github-copilot-enterprise/copilot-chat-in-github/using-github-copilot-chat-in-githubcom)."{% endif %} -- **Get {% data variables.product.prodname_copilot_short %} code completion suggestions in an IDE** - See "[AUTOTITLE](/enterprise-cloud@latest/copilot/using-github-copilot/using-github-copilot-code-suggestions-in-your-editor)." -- **Use {% data variables.product.prodname_copilot_short %} on your mobile device** - See "[AUTOTITLE](/copilot/github-copilot-chat/copilot-chat-in-github-mobile/using-github-copilot-chat-in-github-mobile)." -- **Use {% data variables.product.prodname_copilot_short %} on the command line** - See "[AUTOTITLE](/copilot/github-copilot-in-the-cli/using-github-copilot-in-the-cli)." +* **Find out more about {% data variables.product.prodname_copilot_chat %}** - See "[AUTOTITLE](/copilot/github-copilot-chat/using-github-copilot-chat-in-your-ide){% ifversion fpt %}.{% endif %}"{% ifversion ghec %} and "[AUTOTITLE](/copilot/github-copilot-enterprise/copilot-chat-in-github/using-github-copilot-chat-in-githubcom)."{% endif %} +* **Get {% data variables.product.prodname_copilot_short %} code completion suggestions in an IDE** - See "[AUTOTITLE](/enterprise-cloud@latest/copilot/using-github-copilot/using-github-copilot-code-suggestions-in-your-editor)." +* **Use {% data variables.product.prodname_copilot_short %} on your mobile device** - See "[AUTOTITLE](/copilot/github-copilot-chat/copilot-chat-in-github-mobile/using-github-copilot-chat-in-github-mobile)." +* **Use {% data variables.product.prodname_copilot_short %} on the command line** - See "[AUTOTITLE](/copilot/github-copilot-in-the-cli/using-github-copilot-in-the-cli)." {% endwebui %} {% endif %} @@ -76,7 +76,7 @@ Instructions for using {% data variables.product.prodname_copilot_short %} diffe ## Prerequisites {% ifversion ghec %} -- **{% data variables.product.prodname_copilot_short %} subscription** - To use {% data variables.product.prodname_copilot %} you must have been assigned a seat as part of a {% data variables.product.prodname_copilot_for_business %} or {% data variables.product.prodname_copilot_enterprise %} subscription. +* **{% data variables.product.prodname_copilot_short %} subscription** - To use {% data variables.product.prodname_copilot %} you must have been assigned a seat as part of a {% data variables.product.prodname_copilot_for_business %} or {% data variables.product.prodname_copilot_enterprise %} subscription. {% endif %} {% data reusables.copilot.vscode-prerequisites %} diff --git a/data/reusables/copilot/jetbrains-compatible-ides.md b/data/reusables/copilot/jetbrains-compatible-ides.md index 4c9f81ce7f7f..3b3545e12d97 100644 --- a/data/reusables/copilot/jetbrains-compatible-ides.md +++ b/data/reusables/copilot/jetbrains-compatible-ides.md @@ -1,18 +1,18 @@ -- IntelliJ IDEA (Ultimate, Community, Educational) -- Android Studio -- AppCode -- CLion -- Code With Me Guest -- DataGrip -- DataSpell -- GoLand -- JetBrains Client -- MPS -- PhpStorm -- PyCharm (Professional, Community, Educational) -- Rider -- RubyMine -- RustRover -- WebStorm +* IntelliJ IDEA (Ultimate, Community, Educational) +* Android Studio +* AppCode +* CLion +* Code With Me Guest +* DataGrip +* DataSpell +* GoLand +* JetBrains Client +* MPS +* PhpStorm +* PyCharm (Professional, Community, Educational) +* Rider +* RubyMine +* RustRover +* WebStorm See the [JetBrains IDEs](https://www.jetbrains.com/products/) tool finder to download. diff --git a/data/reusables/copilot/jetbrains-plugin-prerequisites.md b/data/reusables/copilot/jetbrains-plugin-prerequisites.md index a4282a0a0f31..db7b8703f465 100644 --- a/data/reusables/copilot/jetbrains-plugin-prerequisites.md +++ b/data/reusables/copilot/jetbrains-plugin-prerequisites.md @@ -1,2 +1,2 @@ -- **{% data variables.product.prodname_copilot %} plugin**. See the [{% data variables.product.prodname_copilot %} plugin](https://plugins.jetbrains.com/plugin/17718-github-copilot) in the JetBrains Marketplace. For installation instructions, see "[AUTOTITLE](/copilot/configuring-github-copilot/installing-the-github-copilot-extension-in-your-environment)." -- **Log in to {% data variables.product.company_short %} in your JetBrains IDE**. For authentication instructions, see "[AUTOTITLE](/copilot/configuring-github-copilot/installing-the-github-copilot-extension-in-your-environment?tool=jetbrains#installing-the-github-copilot-plugin-in-your-jetbrains-ide)." +* **{% data variables.product.prodname_copilot %} plugin**. See the [{% data variables.product.prodname_copilot %} plugin](https://plugins.jetbrains.com/plugin/17718-github-copilot) in the JetBrains Marketplace. For installation instructions, see "[AUTOTITLE](/copilot/configuring-github-copilot/installing-the-github-copilot-extension-in-your-environment)." +* **Log in to {% data variables.product.company_short %} in your JetBrains IDE**. For authentication instructions, see "[AUTOTITLE](/copilot/configuring-github-copilot/installing-the-github-copilot-extension-in-your-environment?tool=jetbrains#installing-the-github-copilot-plugin-in-your-jetbrains-ide)." diff --git a/data/reusables/copilot/quickstart-nextsteps1.md b/data/reusables/copilot/quickstart-nextsteps1.md index 67e008c1126e..5997db06d366 100644 --- a/data/reusables/copilot/quickstart-nextsteps1.md +++ b/data/reusables/copilot/quickstart-nextsteps1.md @@ -1,2 +1,2 @@ -- **Find out more about {% data variables.product.prodname_copilot_short %} code completion"** - See [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-code-suggestions-in-your-editor)." -- **Find out more about {% data variables.product.prodname_copilot_chat %}** - See "[AUTOTITLE](/copilot/github-copilot-chat/using-github-copilot-chat-in-your-ide){% ifversion fpt %}.{% endif %}"{% ifversion ghec %} and "[AUTOTITLE](/copilot/github-copilot-enterprise/copilot-chat-in-github/using-github-copilot-chat-in-githubcom)."{% endif %} +* **Find out more about {% data variables.product.prodname_copilot_short %} code completion"** - See [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-code-suggestions-in-your-editor)." +* **Find out more about {% data variables.product.prodname_copilot_chat %}** - See "[AUTOTITLE](/copilot/github-copilot-chat/using-github-copilot-chat-in-your-ide){% ifversion fpt %}.{% endif %}"{% ifversion ghec %} and "[AUTOTITLE](/copilot/github-copilot-enterprise/copilot-chat-in-github/using-github-copilot-chat-in-githubcom)."{% endif %} diff --git a/data/reusables/copilot/quickstart-nextsteps2.md b/data/reusables/copilot/quickstart-nextsteps2.md index 038b68288b6a..5467ca1b6d98 100644 --- a/data/reusables/copilot/quickstart-nextsteps2.md +++ b/data/reusables/copilot/quickstart-nextsteps2.md @@ -1,3 +1,3 @@ -- **Use {% data variables.product.prodname_copilot_short %} on your mobile device** - See "[AUTOTITLE](/copilot/github-copilot-chat/copilot-chat-in-github-mobile/using-github-copilot-chat-in-github-mobile)." -- **Use {% data variables.product.prodname_copilot_short %} on the command line** - See "[AUTOTITLE](/copilot/github-copilot-in-the-cli/using-github-copilot-in-the-cli)." -- **Configure {% data variables.product.prodname_copilot_short %} in your editor** - You can enable or disable {% data variables.product.prodname_copilot %} from within your editor, and create your own preferred keyboard shortcuts for {% data variables.product.prodname_copilot_short %}. See "[AUTOTITLE](/copilot/configuring-github-copilot/configuring-github-copilot-in-your-environment)." +* **Use {% data variables.product.prodname_copilot_short %} on your mobile device** - See "[AUTOTITLE](/copilot/github-copilot-chat/copilot-chat-in-github-mobile/using-github-copilot-chat-in-github-mobile)." +* **Use {% data variables.product.prodname_copilot_short %} on the command line** - See "[AUTOTITLE](/copilot/github-copilot-in-the-cli/using-github-copilot-in-the-cli)." +* **Configure {% data variables.product.prodname_copilot_short %} in your editor** - You can enable or disable {% data variables.product.prodname_copilot %} from within your editor, and create your own preferred keyboard shortcuts for {% data variables.product.prodname_copilot_short %}. See "[AUTOTITLE](/copilot/configuring-github-copilot/configuring-github-copilot-in-your-environment)." diff --git a/data/reusables/copilot/visual-studio-prerequisites.md b/data/reusables/copilot/visual-studio-prerequisites.md index debb6540b9a0..ca06b9bcf63c 100644 --- a/data/reusables/copilot/visual-studio-prerequisites.md +++ b/data/reusables/copilot/visual-studio-prerequisites.md @@ -1,3 +1,3 @@ -- **Compatible version of {% data variables.product.prodname_vs %}**. {% data reusables.copilot.visual-studio-version %} -- **{% data variables.product.prodname_copilot %} extension for {% data variables.product.prodname_vs %}**. {% data reusables.copilot.link-to-vs-install-docs %} -- **Add your {% data variables.product.prodname_dotcom %} account to {% data variables.product.prodname_vs %}**. See [Add your {% data variables.product.prodname_dotcom %} accounts to your {% data variables.product.prodname_vs %} keychain](https://learn.microsoft.com/en-us/visualstudio/ide/work-with-github-accounts) in the Microsoft documentation. +* **Compatible version of {% data variables.product.prodname_vs %}**. {% data reusables.copilot.visual-studio-version %} +* **{% data variables.product.prodname_copilot %} extension for {% data variables.product.prodname_vs %}**. {% data reusables.copilot.link-to-vs-install-docs %} +* **Add your {% data variables.product.prodname_dotcom %} account to {% data variables.product.prodname_vs %}**. See [Add your {% data variables.product.prodname_dotcom %} accounts to your {% data variables.product.prodname_vs %} keychain](https://learn.microsoft.com/en-us/visualstudio/ide/work-with-github-accounts) in the Microsoft documentation. diff --git a/data/reusables/copilot/vscode-prerequisites.md b/data/reusables/copilot/vscode-prerequisites.md index 24eeae97b8a1..df2802e3c9f8 100644 --- a/data/reusables/copilot/vscode-prerequisites.md +++ b/data/reusables/copilot/vscode-prerequisites.md @@ -1,3 +1,3 @@ -- **Latest version of {% data variables.product.prodname_vscode %}**. See the [{% data variables.product.prodname_vscode %} download page](https://code.visualstudio.com/Download). -- **The {% data variables.product.prodname_copilot %} extension** - Install this from the [{% data variables.product.prodname_vs %} Marketplace](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot). For more information, see "[Set up {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vscode %}](https://code.visualstudio.com/docs/copilot/setup)" in the Microsoft documentation. -- **Sign in to {% data variables.product.company_short %} in {% data variables.product.prodname_vscode %}**. If you experience authentication issues, see "[AUTOTITLE](/copilot/troubleshooting-github-copilot/troubleshooting-issues-with-github-copilot-chat-in-ides#troubleshooting-authentication-issues-in-your-editor)." +* **Latest version of {% data variables.product.prodname_vscode %}**. See the [{% data variables.product.prodname_vscode %} download page](https://code.visualstudio.com/Download). +* **The {% data variables.product.prodname_copilot %} extension** - Install this from the [{% data variables.product.prodname_vs %} Marketplace](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot). For more information, see "[Set up {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vscode %}](https://code.visualstudio.com/docs/copilot/setup)" in the Microsoft documentation. +* **Sign in to {% data variables.product.company_short %} in {% data variables.product.prodname_vscode %}**. If you experience authentication issues, see "[AUTOTITLE](/copilot/troubleshooting-github-copilot/troubleshooting-issues-with-github-copilot-chat-in-ides#troubleshooting-authentication-issues-in-your-editor)." diff --git a/data/reusables/emus/about-guest-collaborators.md b/data/reusables/emus/about-guest-collaborators.md index d01733f6b521..255d668a2a97 100644 --- a/data/reusables/emus/about-guest-collaborators.md +++ b/data/reusables/emus/about-guest-collaborators.md @@ -1,5 +1,5 @@ You can use the guest collaborator role to grant limited access to vendors and contractors. Guest collaborators: -- Are provisioned by your IdP, like all {% data variables.enterprise.prodname_managed_users %}. -- Can be added as organization members or as collaborators in repositories. -- Cannot access internal repositories in the enterprise, except in organizations where they're added as a member. +* Are provisioned by your IdP, like all {% data variables.enterprise.prodname_managed_users %}. +* Can be added as organization members or as collaborators in repositories. +* Cannot access internal repositories in the enterprise, except in organizations where they're added as a member.