Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/blank-issue.md

This file was deleted.

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/for-docs-team-use-only.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: FOR DOCS TEAM USE ONLY
about: 'Blank issue for use when copying docs-content issues. '
title: 'Copied from docs-content: '
labels: ''
assignees: ''

---


4 changes: 3 additions & 1 deletion data/reusables/support/scope-of-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ If your support request is outside of the scope of what our team can help you wi
* Cloud provider configurations, such as virtual network setup, custom firewall, or proxy rules
* Container orchestration, such as Kubernetes setup, or networking
* Detailed assistance with workflows and data management
* Preview features. {% data variables.release-phases.public_preview_caps %}, {% data variables.release-phases.private_preview %}, and technical preview features are out of {% data variables.contact.github_support %}'s scope. {% ifversion ghec or ghes %}For support with {% data variables.release-phases.public_preview %} features, you can contact your account manager on {% data variables.contact.contact_enterprise_sales %}. For support with {% data variables.release-phases.private_preview %} features, contact the group provided during the {% data variables.release-phases.private_preview %}'s onboarding session, or your account manager on {% data variables.contact.contact_enterprise_sales %}.{% endif %}
* Preview features. {% data variables.release-phases.public_preview_caps %}, {% data variables.release-phases.private_preview %}, and {% data variables.release-phases.technical_preview %} features are out of {% data variables.contact.github_support %}'s scope.

{% ifversion ghec or ghes %}For support with {% data variables.release-phases.public_preview %} features, you can contact your account manager on {% data variables.contact.contact_enterprise_sales %}. For support with {% data variables.release-phases.private_preview %} and {% data variables.release-phases.technical_preview %} features, contact the group provided during the {% data variables.release-phases.private_preview %}'s onboarding session, or your account manager on {% data variables.contact.contact_enterprise_sales %}.{% endif %}

For detailed assistance with workflows and data management, consult [GitHub Expert Services](https://github.com/services/), which offer specialized support to help you optimize your use of the platform.

Expand Down
6 changes: 6 additions & 0 deletions data/variables/release-phases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ private_preview: >-
private_preview_caps: >-
{% ifversion ghes < 3.16 %}Private beta{% else %}Private preview{% endif %}

technical_preview: >-
technical preview

technical_preview_caps: >-
Technical preview

closing_down: >-
{% ifversion ghes < 3.16 %}deprecated{% else %}closing down{% endif %}

Expand Down
Loading