bug_report.mdβ’1.02 kB
---
name: Bug Report
about: Report a bug or issue with Mnemex
title: '[Bug] '
labels: bug
assignees: ''
---
## Describe the Bug
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Install Mnemex with `...`
2. Configure with `...`
3. Run command `...`
4. See error
## Expected Behavior
A clear description of what you expected to happen.
## Actual Behavior
A clear description of what actually happened.
## Environment
**Operating System:** [e.g., macOS 14, Windows 11, Ubuntu 22.04]
**Python Version:** [e.g., 3.10.13]
**Mnemex Version:** [e.g., 1.0.0 - check `pyproject.toml` or release tag]
**Installation Method:** [uv tool install / editable install]
## Error Messages/Logs
```
[Paste any error messages or logs here]
```
## Screenshots
If applicable, add screenshots to help explain your problem.
## Additional Context
Any other information that might help debug this issue.
## Possible Solution
If you have ideas on how to fix it, please share!