bug_report.md•1.29 kB
---
name: 🐛 Bug Report
about: Report a bug or unexpected behavior in DocuMCP
description: |
Use this template to report bugs, crashes, or unexpected behavior.
Please provide detailed information to help us reproduce and fix the issue.
labels: ["bug"]
---
## Bug Description
**Clear and concise description of the bug:**
## Steps to Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## Expected Behavior
**What you expected to happen:**
## Actual Behavior
**What actually happened:**
## Screenshots/Logs
If applicable, add screenshots or log output to help explain your problem.
```bash
# Paste relevant logs here
```
## Environment
- **DocuMCP Version**: [e.g., 1.0.0]
- **Node.js Version**: [e.g., 20.0.0]
- **npm Version**: [e.g., 10.0.0]
- **Operating System**: [e.g., macOS 14.0, Windows 11, Ubuntu 22.04]
- **MCP Client**: [e.g., Claude Desktop, VS Code, Cursor]
- **Browser** (if applicable): [e.g., Chrome 120, Safari 17]
## Additional Context
Add any other context about the problem here, such as:
- Related configuration files
- Recent changes to your environment
- Workarounds you've tried
- Any error messages or stack traces
## Reproduction Repository
If possible, provide a link to a repository that demonstrates the issue.