Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ body:
label: .pre-commit-config.yaml
description: |
Please attach or paste the contents of your `.pre-commit-config.yaml` file if relevant.
value: |
```yaml

```
validations:
required: true

Expand All @@ -52,6 +56,10 @@ body:
If the log file doesn't exist or is empty, please run your command with increased verbosity:
```bash
prek -vvv [your command]
```
value: |
```

```
validations:
required: true
Loading