We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bug_report.md
1 parent 4ddbd8f commit db9a525Copy full SHA for db9a525
1 file changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -16,7 +16,7 @@ assignees: ''
16
---
17
18
## To Reproduce
19
-<!-- Provide a minimal YAML configuration and the exact CLI command that reproduces the issue. -->
+<!-- Provide the YAML configuration and the exact CLI command that reproduces the issue. -->
20
21
### YAML configuration
22
<!-- Paste the YAML file or the smallest excerpt that reproduces the issue.
@@ -28,11 +28,12 @@ Remove unrelated fields to make it minimal. -->
28
### CLI command used
29
<!-- Write the exact command used, for example: -->
30
```bash
31
+
32
```
33
34
### Actual output
35
<!-- Paste the output, logs, or error messages here. -->
-Describe what you expected to see instead.
36
+### Describe what you expected to see instead.
37
38
39
## Environment and Versions
0 commit comments