We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3ecf3 commit 84b6f99Copy full SHA for 84b6f99
1 file changed
.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -39,6 +39,10 @@ body:
39
label: .pre-commit-config.yaml
40
description: |
41
Please attach or paste the contents of your `.pre-commit-config.yaml` file if relevant.
42
+ value: |
43
+ ```yaml
44
+
45
+ ```
46
validations:
47
required: true
48
@@ -52,6 +56,10 @@ body:
52
56
If the log file doesn't exist or is empty, please run your command with increased verbosity:
53
57
```bash
54
58
prek -vvv [your command]
59
60
61
62
55
63
```
64
65
0 commit comments