Skip to content

Repo sync #26872

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion data/variables/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

# Company

# Use this variable when referring to the company in the context of its business. For example, in licensing agreements
company_short: 'GitHub'

# GitHub's flagship products
product_name: >-
{% ifversion ghec %}GitHub Enterprise Cloud{% elsif ghes %}GitHub Enterprise Server{% elsif ghae %}GitHub AE{% else %}GitHub{% endif %}
## Use this variable when the output should always be GitHub, regardless of the product the user is using
## Use this variable when referring to the product, when the output should always be GitHub. For example, "the GitHub REST API"
prodname_dotcom: 'GitHub'

## Use this variable when the output should always be GitHub Enterprise, regardless of the product the user is using
Expand Down