bug_report.md•990 B
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Use URL '...'
2. With configuration '...'
3. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Actual behavior**
A clear and concise description of what actually happened.
**Sample URL**
If applicable, provide a URL that demonstrates the issue (please ensure it's publicly accessible).
**Configuration**
```json
{
"timeout": 10000,
"enableHeuristics": true,
// ... other config options
}
```
**Error output**
If applicable, add the error output or logs.
**Environment (please complete the following information):**
- OS: [e.g. Ubuntu 20.04, Windows 10, macOS 12]
- Node.js version: [e.g. 18.19.0]
- Package version: [e.g. 1.0.0]
**Additional context**
Add any other context about the problem here.