Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/00_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ body:

For convenience, we pre-populate this section such that configurations pasted between the backticks (\```) will be contained within a disclosure triangle and have syntax highlighting as appropriate for HCL in the resulting issue. Where appropriate, feel free to delete this.
value: |
<details>
<details open>
<summary>Click to expand configuration</summary>

```hcl
Expand Down Expand Up @@ -130,7 +130,7 @@ body:

For convenience, we pre-populate this section such that logs pasted between the backticks (\```) will be contained within a disclosure triangle and have syntax highlighting associated with console output in the resulting issue.
value: |
<details>
<details open>
<summary>Click to expand log output</summary>

```console
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/05_beta_feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ body:

When providing more general feedback, where this section may not be relevent, feel free to clear out the pre-populated text and enter "n/a" to satisfy this being a required field.
value: |
<details>
<details open>
<summary>Click to expand configuration</summary>

```hcl
Expand Down Expand Up @@ -138,7 +138,7 @@ body:

When providing more general feedback, where this section may not be relevent, feel free to clear out the pre-populated text and enter "n/a" to satisfy this being a required field.
value: |
<details>
<details open>
<summary>Click to expand log output</summary>

```console
Expand Down
Loading