Skip to content

Commit d5013d4

Browse files
authored
chore: Updates issue template format (#2314)
1 parent a6c5b51 commit d5013d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ body:
6565
attributes:
6666
label: Terraform configuration to reproduce the issue
6767
description: Please copy and paste your Terraform configuration. This will be automatically formatted into code, so no need for backticks.
68-
render: shell
68+
render: hcl
6969
validations:
7070
required: true
7171

@@ -85,8 +85,8 @@ body:
8585
id: logs
8686
attributes:
8787
label: Logs
88-
description: Additional logs that can help us investigate the issue
89-
render: hcl
88+
description: Additional logs that can help us investigate the issue. This will be automatically formatted into code, so no need for backticks.
89+
render: txt
9090
validations:
9191
required: false
9292

0 commit comments

Comments
 (0)