Merge pull request #28866 from hashicorp/fix-support-link
Fix support link (mailto is not supported in GitHub template URLs)
This commit is contained in:
commit
caabec1f8a
|
@ -1,8 +1,8 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Terraform Cloud/Enterprise Troubleshooting and Feature Requests
|
- name: Terraform Cloud/Enterprise Troubleshooting and Feature Requests
|
||||||
url: mailto: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 contact tf-cloud@hashicorp.support
|
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
|
- name: Provider-related Feedback and Questions
|
||||||
url: https://github.com/terraform-providers
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue