mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-28 09:26:26 -06:00
aba0ac0fae
The goal of this change is to simplify the process of filing issues with hashicorp/terraform. In the previous Markdown syntax, the instructions tended to get washed out in a sea of comment markers. The new Github Form Issues breaks each section into a form element, with instructions printed clearly as HTML in the page. We are further hoping to guide users to the correct repository when filing provider issues, or the community forums when asking usage questions.
20 lines
1.6 KiB
YAML
20 lines
1.6 KiB
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Terraform Cloud/Enterprise Troubleshooting and Feature Requests
|
|
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: AWS Terraform Provider Feedback and Questions
|
|
url: https://github.com/hashicorp/terraform-provider-aws
|
|
about: The AWS Terraform Provider has its own repository, any provider related issues or questions should be directed there.
|
|
- name: Azure Terraform Provider Feedback and Questions
|
|
url: https://github.com/hashicorp/terraform-provider-azurerm
|
|
about: The Azure Terraform Provider has its own repository, any provider related issues or questions should be directed there.
|
|
- name: Other Provider-related Feedback and Questions
|
|
url: https://registry.terraform.io/browse/providers
|
|
about: Each provider (e.g. GCP, Oracle, K8S, etc.) has its own repository, any provider related issues or questions should be directed to the appropriate issue tracker linked from the Registry.
|
|
- name: Provider Development Feedback and Questions
|
|
url: https://github.com/hashicorp/terraform-plugin-sdk/issues/new/choose
|
|
about: Plugin SDK has its own repository, any SDK and provider development related issues or questions should be directed there.
|
|
- name: Terraform Usage, Language, or Workflow Questions
|
|
url: https://discuss.hashicorp.com/c/terraform-core
|
|
about: Please ask and answer language or workflow related questions through the Terraform Core Community Forum. |