few tweaks to module bug issue

This commit is contained in:
Mark Gray 2022-04-12 15:10:58 -07:00
parent d142476be6
commit 248ca2b267
2 changed files with 18 additions and 13 deletions

View File

@ -3,3 +3,4 @@ contact_links:
- name: AzureRM provider issues and Feature requests - name: AzureRM provider issues and Feature requests
url: https://github.com/hashicorp/terraform-provider-azurerm/issues url: https://github.com/hashicorp/terraform-provider-azurerm/issues
about: Please ask questions and report issues with the AzureRM provider and related resources here. about: Please ask questions and report issues with the AzureRM provider and related resources here.

View File

@ -1,4 +1,4 @@
name: 'Verified Module Bug 🐞 Report' name: 'Azure Verified Module Bug Report'
description: File a bug/issue for a verified module description: File a bug/issue for a verified module
title: "<title>" title: "<title>"
labels: [bug, module] labels: [bug, module]
@ -16,18 +16,22 @@ body:
description: The name of the module where you found the bug. description: The name of the module where you found the bug.
validations: validations:
required: true required: true
- type: textarea - type: input
attributes: attributes:
label: Environment label: Terraform Version
description: | description: |
examples: What version of Terraform were you using when you encountered this issue?
- **Terraform Version**: 1.1.8
- **Module Version**: 1.0.0 `terraform --version
- **Operating System**: MacOS 12.3.1 placeholder: 1.0.0
value: | validations:
- Terraform Version: required: true
- Module Version: - type: input
- Operating System: attributes:
label: Module Version
description: |
What version of the Azure module were you using when you encountered this issue?
placeholder: 0.1.0
validations: validations:
required: true required: true
- type: textarea - type: textarea