Skip to content

Commit 42b9d93

Browse files
chore: fix bug report template syntax (#873)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 2209932 commit 42b9d93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ body:
6464
value: |
6565
<details>
6666
<summary>`netlify.toml`</summary>
67+
6768
```toml
6869
# Paste content of your `netlify.toml` file here
6970
```
71+
7072
</details>
7173
7274
- type: textarea
@@ -76,7 +78,9 @@ body:
7678
value: |
7779
<details>
7880
<summary>Build logs</summary>
81+
7982
```
8083
# Paste logs here
8184
```
85+
8286
</details>

0 commit comments

Comments
 (0)