Skip to content

Commit bda76e7

Browse files
authored
Merge pull request #38687 from github/repo-sync
Repo sync
2 parents 3a563dc + 82ad892 commit bda76e7

File tree

4 files changed

+19
-11
lines changed

4 files changed

+19
-11
lines changed

.github/ISSUE_TEMPLATE/blank-issue.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: FOR DOCS TEAM USE ONLY
3+
about: 'Blank issue for use when copying docs-content issues. '
4+
title: 'Copied from docs-content: '
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

data/reusables/support/scope-of-support.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ If your support request is outside of the scope of what our team can help you wi
1111
* Cloud provider configurations, such as virtual network setup, custom firewall, or proxy rules
1212
* Container orchestration, such as Kubernetes setup, or networking
1313
* Detailed assistance with workflows and data management
14-
* 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 %}
14+
* 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.
15+
16+
{% 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 %}
1517

1618
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.
1719

data/variables/release-phases.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ private_preview: >-
1313
private_preview_caps: >-
1414
{% ifversion ghes < 3.16 %}Private beta{% else %}Private preview{% endif %}
1515
16+
technical_preview: >-
17+
technical preview
18+
19+
technical_preview_caps: >-
20+
Technical preview
21+
1622
closing_down: >-
1723
{% ifversion ghes < 3.16 %}deprecated{% else %}closing down{% endif %}
1824

0 commit comments

Comments
 (0)