From c9db7feb2150d1d1bdf1322907c00c4e91cbbce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Respaut?= Date: Tue, 4 Feb 2025 16:56:33 +0100 Subject: [PATCH] chore: update Github templates --- .github/ISSUE_TEMPLATE/Bug_Report.yml | 22 +++++++++++----------- .github/ISSUE_TEMPLATE/Feature_Request.yml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yml b/.github/ISSUE_TEMPLATE/Bug_Report.yml index e1c2741..dc7f129 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug_Report.yml @@ -1,7 +1,7 @@ name: Bug Report description: If something isn't working as expected. title: "[BUG] ..." -labels: [bug] +labels: [bug] body: - type: textarea id: community @@ -21,9 +21,9 @@ body: - type: input id: terraform attributes: - label: Terraform Version - description: Which Terraform version are you using? - placeholder: 1.0.0 + label: OpenTofu Version + description: Which OpenTofu/Terraform version are you using? + placeholder: 1.9.0 validations: required: true - type: input @@ -31,7 +31,7 @@ body: attributes: label: AzureRM Provider Version description: Which AzureRM Provider version are you using? - placeholder: 3.0.0 + placeholder: 4.0.0 validations: required: true - type: input @@ -45,11 +45,11 @@ body: - type: textarea id: config attributes: - label: Terraform Configuration Files + label: OpenTofu Configuration Files description: | - Please provide a minimal Terraform configuration that can reproduce the issue. + Please provide a minimal OpenTofu/HCL code configuration that can reproduce the issue. - For large Terraform configs, please use a service like Dropbox and share a link to the ZIP file. + For large OpenTofu configs, please use a public Github repository. render: hcl validations: required: true @@ -60,7 +60,7 @@ body: description: | For long debug logs please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist. - To obtain the debug output, see the [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html). + To obtain the debug output, see the [OpenTofu documentation on debugging](https://opentofu.org/docs/internals/debugging/) or [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html). render: shell validations: required: true @@ -79,9 +79,9 @@ body: attributes: label: Steps to Reproduce description: | - Please list the steps required to reproduce the issue, e.g. + Please list the steps required to reproduce the issue, e.g: - 1. `terraform apply` + 1. `tofu apply` - type: input id: facts attributes: diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.yml b/.github/ISSUE_TEMPLATE/Feature_Request.yml index 63a9387..f04dd58 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.yml +++ b/.github/ISSUE_TEMPLATE/Feature_Request.yml @@ -36,8 +36,8 @@ body: - type: textarea id: config attributes: - label: Potential Terraform Configuration - description: Please provide an example of what the new resource or enhancement could look like in a Terraform config. + label: Potential OpenTofu Configuration + description: Please provide an example of what the new resource or enhancement could look like in a OpenTofu/HCL config. render: hcl - type: textarea id: references