---
name: Feature request
about: Propose a new feature or API surface
title: "[feature] "
labels: enhancement
assignees: ''
---
## Use case
What problem are you trying to solve? Describe the situation
that prompted the request, not just the desired feature.
## Proposed API
If you have a specific shape in mind, sketch it here. Rust
code blocks are welcome.
```rust
// Proposed API shape
```
## Alternatives considered
What workarounds did you try? Which existing `error-forge`
features did you consider and discard, and why?
## Compatibility
Does the proposal require a breaking change, or is it purely
additive? If breaking, are you proposing it for the next major
release?
## Additional context
Related issues, related crates, prior art.