We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9a525 commit 4a12038Copy full SHA for 4a12038
1 file changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -22,18 +22,21 @@ assignees: ''
22
<!-- Paste the YAML file or the smallest excerpt that reproduces the issue.
23
Remove unrelated fields to make it minimal. -->
24
```yaml
25
-
+# Paste the YAML snippet here
26
```
27
28
### CLI command used
29
<!-- Write the exact command used, for example: -->
30
```bash
31
+# Paste the CLI command here
32
33
34
### Actual output
35
-<!-- Paste the output, logs, or error messages here. -->
36
-### Describe what you expected to see instead.
+<!-- Paste the output, logs, or error messages here -->
+
37
+### Expected output
38
+<!-- Describe what you expected to see instead -->
39
40
---
41
42
## Environment and Versions
0 commit comments