diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yml b/.github/ISSUE_TEMPLATE/Bug_Report.yml index ab16b2cf..307790c2 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug_Report.yml @@ -30,7 +30,7 @@ body: attributes: label: Terraform Version description: Which Terraform version are you using? - placeholder: 1.2.8 + placeholder: Example value, 1.2.8 validations: required: true - type: input @@ -38,7 +38,7 @@ body: attributes: label: Module Version description: Which module version are you using? - placeholder: 5.0.0 + placeholder: Example value, 6.0.0 validations: required: true - type: input @@ -46,7 +46,7 @@ body: attributes: label: AzureRM Provider Version description: Which AzureRM Provider version are you using? - placeholder: 3.0.0 + placeholder: Example value, 3.21.1 validations: required: true - type: input @@ -117,4 +117,4 @@ body: description: | Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests - Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Such as vendor documentation? \ No newline at end of file + Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Such as vendor documentation?