diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..0804dabc5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - 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. + - 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 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. + - name: Security Vulnerability + url: https://www.hashicorp.com/security.html + about: Please report security vulnerabilities responsibly. diff --git a/.github/ISSUE_TEMPLATE/provider_issue.md b/.github/ISSUE_TEMPLATE/provider_issue.md deleted file mode 100644 index 2a9e52b3c..000000000 --- a/.github/ISSUE_TEMPLATE/provider_issue.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Provider issue (AWS, Azure, GCP, Oracle, Kubernetes, etc.) -about: Do you have a bug, feature request, or other issue with a provider (not Terraform core or the HCL language itself)? ---- - -Hi there, - -Each provider has it's own repository, and issues should be opened there not on the main Terraform repository. - -Here are some of the most common: - -* [AWS](https://github.com/terraform-providers/terraform-provider-aws) -* [Azure](https://github.com/terraform-providers/terraform-provider-azurerm) -* [Google](https://github.com/terraform-providers/terraform-provider-google) -* [Oracle](https://github.com/terraform-providers/terraform-provider-oci) -* [Kubernetes](https://github.com/terraform-providers/terraform-provider-kubernetes) - -See the [terraform-providers](https://github.com/terraform-providers) GitHub organization for many others.