You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Bug_Report.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,23 +30,23 @@ body:
30
30
attributes:
31
31
label: Terraform Version
32
32
description: Which Terraform version are you using?
33
-
placeholder: 1.2.8
33
+
placeholder: Example value, 1.2.8
34
34
validations:
35
35
required: true
36
36
- type: input
37
37
id: module
38
38
attributes:
39
39
label: Module Version
40
40
description: Which module version are you using?
41
-
placeholder: 5.0.0
41
+
placeholder: Example value, 6.0.0
42
42
validations:
43
43
required: true
44
44
- type: input
45
45
id: azurerm
46
46
attributes:
47
47
label: AzureRM Provider Version
48
48
description: Which AzureRM Provider version are you using?
49
-
placeholder: 3.0.0
49
+
placeholder: Example value, 3.21.1
50
50
validations:
51
51
required: true
52
52
- type: input
@@ -117,4 +117,4 @@ body:
117
117
description: |
118
118
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
119
119
120
-
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Such as vendor documentation?
120
+
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Such as vendor documentation?
0 commit comments