Skip to content

Commit 84b6f99

Browse files
authored
Add code block pre-filled values in bug report template (#1702)
1 parent ce3ecf3 commit 84b6f99

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ body:
3939
label: .pre-commit-config.yaml
4040
description: |
4141
Please attach or paste the contents of your `.pre-commit-config.yaml` file if relevant.
42+
value: |
43+
```yaml
44+
45+
```
4246
validations:
4347
required: true
4448

@@ -52,6 +56,10 @@ body:
5256
If the log file doesn't exist or is empty, please run your command with increased verbosity:
5357
```bash
5458
prek -vvv [your command]
59+
```
60+
value: |
61+
```
62+
5563
```
5664
validations:
5765
required: true

0 commit comments

Comments
 (0)