few tweaks to module bug issue
This commit is contained in:
parent
d142476be6
commit
248ca2b267
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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.
|
||||
about: Please ask questions and report issues with the AzureRM provider and related resources here.
|
||||
|
28
.github/ISSUE_TEMPLATE/module_bug.yml
vendored
28
.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
|
||||
title: "<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
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user