---
name: Bug Report
about: Report a bug to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---

## Bug Description
<!-- A clear and concise description of what the bug is -->

## Environment
- **migrate-mongo version**: <!-- Run: npm list migrate-mongo -->
- **Node.js version**: <!-- Run: node --version -->
- **MongoDB version**: <!-- Your MongoDB server version -->
- **Operating System**: <!-- e.g., Windows 11, macOS 14, Ubuntu 22.04 -->

## Steps to Reproduce
1. 
2. 
3. 

## Expected Behavior
<!-- What you expected to happen -->

## Actual Behavior
<!-- What actually happened -->

## Error Message
<!-- If applicable, paste the full error message -->
```
Paste error here
```

## Configuration File
<!-- If relevant, share your migrate-mongo-config.js (remove sensitive data!) -->
```javascript
// Paste config here
```

## Additional Context
<!-- Add any other context about the problem here -->
