Skip to content

Commit

Permalink
chore: Updates issue template format (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus authored May 29, 2024
1 parent a6c5b51 commit d5013d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ body:
attributes:
label: Terraform configuration to reproduce the issue
description: Please copy and paste your Terraform configuration. This will be automatically formatted into code, so no need for backticks.
render: shell
render: hcl
validations:
required: true

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

Expand Down

0 comments on commit d5013d4

Please sign in to comment.