Skip to content

Commit 4a12038

Browse files
committed
include placeholder comments within code blocks and simplify headings
1 parent db9a525 commit 4a12038

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,21 @@ assignees: ''
2222
<!-- Paste the YAML file or the smallest excerpt that reproduces the issue.
2323
Remove unrelated fields to make it minimal. -->
2424
```yaml
25-
25+
# Paste the YAML snippet here
2626
```
2727

2828
### CLI command used
2929
<!-- Write the exact command used, for example: -->
3030
```bash
31-
31+
# Paste the CLI command here
3232
```
3333

3434
### Actual output
35-
<!-- Paste the output, logs, or error messages here. -->
36-
### Describe what you expected to see instead.
35+
<!-- Paste the output, logs, or error messages here -->
36+
37+
### Expected output
38+
<!-- Describe what you expected to see instead -->
39+
3740
---
3841

3942
## Environment and Versions

0 commit comments

Comments
 (0)