github: Add issue templates config
This commit is contained in:
parent
7081c26e54
commit
438279c520
|
@ -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.
|
|
@ -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.
|
Loading…
Reference in New Issue