cognee/.github/ISSUE_TEMPLATE/bug_report.md

58 lines
No EOL
1.2 KiB
Markdown

---
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.
## Location
**File(s)**:
**Line(s)**:
## Current Behavior
What is currently happening?
## Expected Behavior
What should happen instead?
## Steps to Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## Environment
- OS: [e.g. Ubuntu 20.04, macOS 12.0]
- Python Version: [e.g. 3.9, 3.10]
- Cognee Version: [e.g. 0.1.5]
- LLM Provider: [e.g. OpenAI, Ollama, Gemini]
## Error Output
```
Paste any error messages or logs here
```
## Additional Context
Add any other context about the problem here.
## Related Issues
Link any related issues or TODOs from the codebase.
## Priority
- [ ] High - Blocks functionality
- [ ] Medium - Affects user experience
- [ ] Low - Minor issue
## Labels to Add
Select appropriate labels:
- [ ] `testing` - Related to tests
- [ ] `api` - API-related
- [ ] `database` - Database-related
- [ ] `llm-support` - LLM integration
- [ ] `ui` - User interface
- [ ] `retrieval` - Information retrieval
- [ ] `good first issue` - Good for newcomers