diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md deleted file mode 100644 index 0f8dc7babc65..000000000000 --- a/.github/ISSUE_TEMPLATE/blank-issue.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Blank issue -about: Blank issue for copying docs-content issues into for CCA -title: 'Copied from docs-content: ' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/for-docs-team-use-only.md b/.github/ISSUE_TEMPLATE/for-docs-team-use-only.md new file mode 100644 index 000000000000..fa399824e5db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/for-docs-team-use-only.md @@ -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: '' + +--- + + diff --git a/data/reusables/support/scope-of-support.md b/data/reusables/support/scope-of-support.md index fbb0280cf556..986edfda84bd 100644 --- a/data/reusables/support/scope-of-support.md +++ b/data/reusables/support/scope-of-support.md @@ -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. diff --git a/data/variables/release-phases.yml b/data/variables/release-phases.yml index b1d0f5052fd7..6a26fd1537f8 100644 --- a/data/variables/release-phases.yml +++ b/data/variables/release-phases.yml @@ -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 %}