---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: 'bug'
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Steps to Reproduce
Steps to reproduce the behavior:
1. Run command `cpd ...`
2. With project structure `...`
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.
## Environment
- OS: [e.g. Windows 11, macOS 13, Ubuntu 22.04]
- cpd version: [run `cpd --version`]
- CircuitPython board: [e.g. Adafruit Feather RP2040]
- CircuitPython version: [if known]
## Command Output
```
Paste the full command output here, including any error messages
```
## Project Structure (if relevant)
```
my-project/
├── code.py
├── lib/
│ └── helper.py
├── .cpdignore
└── README.md
```
## Additional Context
Add any other context about the problem here, such as:
- Does this happen with all projects or just specific ones?
- Did this work before? When did it stop working?
- Any workarounds you've found?
## Logs
If you have any log files or additional debug output, please include them here.