From b82eefe97b90ad8a388619be77e13ecf02335a40 Mon Sep 17 00:00:00 2001 From: "jackBlankeT.MHE" <151718823+Jackblanket847@users.noreply.github.com> Date: Thu, 24 Oct 2024 02:32:34 -0500 Subject: [PATCH] Update and rename data/README.md to data/Directory/README.md --- data/Directory/README.md | 102 +++++++++++++++++++++++++++++++++++++++ data/README.md | 41 ---------------- 2 files changed, 102 insertions(+), 41 deletions(-) create mode 100644 data/Directory/README.md delete mode 100644 data/README.md diff --git a/data/Directory/README.md b/data/Directory/README.md new file mode 100644 index 000000000000..0f99fb6e658b --- /dev/null +++ b/data/Directory/README.md @@ -0,0 +1,102 @@ +# Data + +This directory contains data files that are parsed and made available to pages in the `site.data` object. + +--- +title: Adding a sales tax certificate +intro: If you're a customer in the United States with a {% data variables.product.company_short %} Customer Agreement and you're exempt from sales tax, you can upload a certificate to ensure the correct sales tax amount is calculated. +redirect_from: + - /billing/managing-your-github-billing-settings/adding-a-sales-tax-certificate +versions: + feature: us-sales-tax +type: how_to +topics: + - Organizations + - User account +shortTitle: Add a sales tax certificate +--- + +{% data reusables.billing.us-sales-tax-note %} {% ifversion fpt or ghec %}For more information about updating your billing information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method)."{% endif %} + +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`) + +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. + +## Adding a sales tax exemption certificate to your organization account + +You can upload a sales tax exemption certificate to your organization account if your account uses the {% data variables.product.company_short %} Customer Agreement. + +{% ifversion fpt or ghec %} + +> [!NOTE] +> This option is not available for accounts that use the {% data variables.product.company_short %} Standard Terms of Service. For information about updating your organization, see "[AUTOTITLE](/organizations/managing-organization-settings/upgrading-to-the-github-customer-agreement)." + +{% endif %} + +{% data reusables.organizations.billing-settings %} +1. At the top of the page, click **Payment information**. + + ![Screenshot of the "Billing Summary" section of the settings page. A link, labeled "Payment information," is highlighted with an orange outline.](/assets/images/help/settings/payment-info-link.png) +{% data reusables.billing.verify-address %} +{% data reusables.billing.sales-tax-certificate-upload %} +{% data reusables.billing.remove-sales-tax-certificate %} + +{% ifversion ghec or ghes %} + +## Adding a sales tax exemption certificate to your enterprise account + +Enterprise owners and billing managers can upload a sales tax exemption certificate to an enterprise account if the account uses the {% data variables.product.company_short %} Customer Agreement. + +{% data reusables.enterprise-accounts.access-enterprise %} +{% data reusables.enterprise-accounts.settings-tab %} +{% data reusables.enterprise-accounts.billing-tab %} +1. At the top of the page, click **Payment information**. + + ![Screenshot of the "Billing Summary" section of the settings page. A link, labeled "Payment information," is highlighted with an orange outline.](/assets/images/help/settings/payment-info-link.png) + +{% data reusables.billing.verify-address %} +1. At the bottom of the page, in the "Sales Tax" section, click **Upload certificate**, and select the certificate file you want to upload. +{% data reusables.billing.remove-sales-tax-certificate %} + +{% endif %} +All YML and Markdown files in this directory are configured to be translated by default. + +## Features + +Feature files are used for feature-based versioning. See [features/README.md](features/README.md). + +## Glossaries + +We provide a customer-facing glossary on the site. Other glossary files are used by our translation pipeline. See [glossaries/README.md](glossaries/README.md). + +## GraphQL + +GraphQL schema files are kept in sync with `github/github` via scheduled workflows. See [graphql/README.md](graphql/README.md). + +## Reusables + +Reusables are long strings of reusable text. See [reusables/README.md](reusables/README.md). + +## Variables + +Variables are short strings of reusable text. See [variables/README.md](variables/README.md). + +## Webhooks + +Webhook payload JSON files are used in the [`webhook events docs`](../content/developers/webhooks-and-events/webhook-events-and-payloads.md). + +## ui.yml + +`ui.yml` contains localized strings used in layouts. + +## Learning Tracks + +Learning tracks are a collection of articles that help you master a particular subject. See [learning-tracks/README.md](learning-tracks/README.md). + +## Versioning + +Many YAML files in this directory's subdirectories, like [features](features), [glossaries](glossaries), [variables](variables), and [learning tracks](learning-tracks), as well as Markdown files within the [reusables](reusables) directory, can include YAML versioning or Liquid versioning within Markdown strings. See the README.md files in the subdirectories for details. diff --git a/data/README.md b/data/README.md deleted file mode 100644 index b794ebeefc7d..000000000000 --- a/data/README.md +++ /dev/null @@ -1,41 +0,0 @@ -# Data - -This directory contains data files that are parsed and made available to pages in the `site.data` object. - -All YML and Markdown files in this directory are configured to be translated by default. - -## Features - -Feature files are used for feature-based versioning. See [features/README.md](features/README.md). - -## Glossaries - -We provide a customer-facing glossary on the site. Other glossary files are used by our translation pipeline. See [glossaries/README.md](glossaries/README.md). - -## GraphQL - -GraphQL schema files are kept in sync with `github/github` via scheduled workflows. See [graphql/README.md](graphql/README.md). - -## Reusables - -Reusables are long strings of reusable text. See [reusables/README.md](reusables/README.md). - -## Variables - -Variables are short strings of reusable text. See [variables/README.md](variables/README.md). - -## Webhooks - -Webhook payload JSON files are used in the [`webhook events docs`](../content/developers/webhooks-and-events/webhook-events-and-payloads.md). - -## ui.yml - -`ui.yml` contains localized strings used in layouts. - -## Learning Tracks - -Learning tracks are a collection of articles that help you master a particular subject. See [learning-tracks/README.md](learning-tracks/README.md). - -## Versioning - -Many YAML files in this directory's subdirectories, like [features](features), [glossaries](glossaries), [variables](variables), and [learning tracks](learning-tracks), as well as Markdown files within the [reusables](reusables) directory, can include YAML versioning or Liquid versioning within Markdown strings. See the README.md files in the subdirectories for details.