Skip to content

Commit 1d9cfd0

Browse files
authored
Merge pull request microsoft#93 from Azure/issue_templates
few tweaks to module bug issue
2 parents 56b0d86 + 248ca2b commit 1d9cfd0

2 files changed

Lines changed: 18 additions & 13 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ blank_issues_enabled: false
22
contact_links:
33
- name: AzureRM provider issues and Feature requests
44
url: https://github.com/hashicorp/terraform-provider-azurerm/issues
5-
about: Please ask questions and report issues with the AzureRM provider and related resources here.
5+
about: Please ask questions and report issues with the AzureRM provider and related resources here.
6+

.github/ISSUE_TEMPLATE/module_bug.yml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Verified Module Bug 🐞 Report'
1+
name: 'Azure Verified Module Bug Report'
22
description: File a bug/issue for a verified module
33
title: "<title>"
44
labels: [bug, module]
@@ -16,18 +16,22 @@ body:
1616
description: The name of the module where you found the bug.
1717
validations:
1818
required: true
19-
- type: textarea
19+
- type: input
2020
attributes:
21-
label: Environment
21+
label: Terraform Version
2222
description: |
23-
examples:
24-
- **Terraform Version**: 1.1.8
25-
- **Module Version**: 1.0.0
26-
- **Operating System**: MacOS 12.3.1
27-
value: |
28-
- Terraform Version:
29-
- Module Version:
30-
- Operating System:
23+
What version of Terraform were you using when you encountered this issue?
24+
25+
`terraform --version
26+
placeholder: 1.0.0
27+
validations:
28+
required: true
29+
- type: input
30+
attributes:
31+
label: Module Version
32+
description: |
33+
What version of the Azure module were you using when you encountered this issue?
34+
placeholder: 0.1.0
3135
validations:
3236
required: true
3337
- type: textarea
@@ -67,4 +71,4 @@ body:
6771
6872
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
6973
validations:
70-
required: false
74+
required: false

0 commit comments

Comments
 (0)