Skip to content

Commit

Permalink
chore: update Github templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Shr3ps committed Feb 4, 2025
1 parent fdba0e0 commit c9db7fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/Bug_Report.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,17 +21,17 @@ 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
id: azurerm
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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/Feature_Request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9db7fe

Please sign in to comment.