---
name: Feature request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: 'enhancement'
assignees: ''
---
## Feature Summary
A clear and concise description of the feature you'd like to see added.
## Motivation
Why would this feature be useful? What problem does it solve?
## Detailed Description
A detailed description of how you envision this feature working.
## Proposed Implementation
If you have ideas about how this could be implemented, describe them here.
## Example Usage
Show how this feature would be used:
```bash
# Example command
cpd --new-feature option
# Expected output
...
```
## Alternatives Considered
Describe any alternative solutions or features you've considered.
## Additional Context
Add any other context, screenshots, or examples about the feature request here.
## Impact
- Would this be a breaking change? Yes/No
- Would this require new dependencies? Yes/No
- How would this affect existing workflows?
## Related Issues
Link any related issues or discussions here.