From c556a0c9c9e5f70ff7e1bab16b53c9097fe0c029 Mon Sep 17 00:00:00 2001 From: Chris Arcand Date: Wed, 2 Jun 2021 15:42:39 -0500 Subject: [PATCH] mailto is not supported in GitHub template URLs --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index feb82d533..a4f25ddb0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - name: Terraform Cloud/Enterprise Troubleshooting and Feature Requests - url: mailto:tf-cloud@hashicorp.support - about: For issues and feature requests related to the Terraform Cloud/Enterprise platform, please contact tf-cloud@hashicorp.support + url: https://support.hashicorp.com/hc/en-us/requests/new + about: For issues and feature requests related to the Terraform Cloud/Enterprise platform, please submit a HashiCorp support request or email tf-cloud@hashicorp.support - name: Provider-related Feedback and Questions url: https://github.com/terraform-providers about: Each provider (e.g. AWS, Azure, GCP, Oracle, K8S, etc.) has its own repository, any provider related issues or questions should be directed to appropriate provider repository.