Add support email for TFC-related issues
This commit is contained in:
parent
19313980b7
commit
e3b9ab4891
|
@ -10,6 +10,7 @@ Hi there,
|
|||
|
||||
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
|
||||
|
||||
If your issue relates to Terraform Cloud/Enterprise, please contact tf-cloud@hashicorp.support.
|
||||
If your issue relates to a specific Terraform provider, please open it in the provider's own repository. The index of providers is at https://github.com/terraform-providers.
|
||||
|
||||
To fix problems, we need clear reproduction cases - we need to be able to see it happen locally. A reproduction case is ideally something a Terraform Core engineer can git-clone or copy-paste and run immediately, without inventing any details or context.
|
||||
|
|
|
@ -1,5 +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
|
||||
- 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.
|
||||
|
|
|
@ -10,7 +10,9 @@ Hi there,
|
|||
|
||||
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
|
||||
|
||||
If your issue relates to a specific Terraform provider, please open it in the provider's own repository. The index of providers is at https://github.com/terraform-providers .
|
||||
For feature requests concerning Terraform Cloud/Enterprise, please contact tf-cloud@hashicorp.support
|
||||
|
||||
If your issue relates to a specific Terraform provider, please open it in the provider's own repository. The index of providers is at https://github.com/terraform-providers.
|
||||
-->
|
||||
|
||||
### Current Terraform Version
|
||||
|
|
Loading…
Reference in New Issue