diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 6458acef..c5812416 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -2,4 +2,5 @@ blank_issues_enabled: false
contact_links:
- name: AzureRM provider issues and Feature requests
url: https://github.com/hashicorp/terraform-provider-azurerm/issues
- about: Please ask questions and report issues with the AzureRM provider and related resources here.
\ No newline at end of file
+ about: Please ask questions and report issues with the AzureRM provider and related resources here.
+
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/module_bug.yml b/.github/ISSUE_TEMPLATE/module_bug.yml
index 11ae13ef..9c01b681 100644
--- a/.github/ISSUE_TEMPLATE/module_bug.yml
+++ b/.github/ISSUE_TEMPLATE/module_bug.yml
@@ -1,4 +1,4 @@
-name: 'Verified Module Bug 🐞 Report'
+name: 'Azure Verified Module Bug Report'
description: File a bug/issue for a verified module
title: "
"
labels: [bug, module]
@@ -16,18 +16,22 @@ body:
description: The name of the module where you found the bug.
validations:
required: true
-- type: textarea
+- type: input
attributes:
- label: Environment
+ label: Terraform Version
description: |
- examples:
- - **Terraform Version**: 1.1.8
- - **Module Version**: 1.0.0
- - **Operating System**: MacOS 12.3.1
- value: |
- - Terraform Version:
- - Module Version:
- - Operating System:
+ What version of Terraform were you using when you encountered this issue?
+
+ `terraform --version
+ placeholder: 1.0.0
+ validations:
+ required: true
+- type: input
+ attributes:
+ label: Module Version
+ description: |
+ What version of the Azure module were you using when you encountered this issue?
+ placeholder: 0.1.0
validations:
required: true
- type: textarea
@@ -67,4 +71,4 @@ body:
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
- required: false
\ No newline at end of file
+ required: false