few tweaks to module bug issue
This commit is contained in:
parent
d142476be6
commit
248ca2b267
1
.github/ISSUE_TEMPLATE/config.yml
vendored
1
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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.
|
||||||
|
|
26
.github/ISSUE_TEMPLATE/module_bug.yml
vendored
26
.github/ISSUE_TEMPLATE/module_bug.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user