Skip to content

Commit

Permalink
Update and rename data/README.md to data/Directory/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackblanket847 authored Oct 24, 2024
1 parent 3bd4893 commit b82eefe
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 41 deletions.
102 changes: 102 additions & 0 deletions data/Directory/README.md
Original file line number Diff line number Diff line change
@@ -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.
41 changes: 0 additions & 41 deletions data/README.md

This file was deleted.

0 comments on commit b82eefe

Please sign in to comment.