33 lines
789 B
Markdown
33 lines
789 B
Markdown
---
|
|
name: Feature Request
|
|
about: Suggest a new feature for Memvid
|
|
title: '[FEATURE] '
|
|
labels: 'enhancement'
|
|
assignees: ''
|
|
---
|
|
|
|
## Feature Description
|
|
A clear and concise description of the feature you'd like.
|
|
|
|
## Problem Statement
|
|
What problem does this feature solve? Why is it needed?
|
|
|
|
## Proposed Solution
|
|
Describe how you envision this feature working.
|
|
|
|
## Example Usage
|
|
```rust
|
|
// How would this feature be used?
|
|
```
|
|
|
|
## Alternatives Considered
|
|
What alternative solutions or features have you considered?
|
|
|
|
## Additional Context
|
|
Any other context, mockups, or examples.
|
|
|
|
## Checklist
|
|
- [ ] I have searched existing issues/discussions for similar requests
|
|
- [ ] This feature aligns with Memvid's goals (portable, single-file AI memory)
|
|
- [ ] I am willing to help implement this feature
|