open-multi-agent/.github/ISSUE_TEMPLATE/bug_report.md

41 lines
676 B
Markdown

---
name: Bug Report
about: Report a bug to help us improve
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. Configure agent with '...'
2. Call `runTeam(...)` with '...'
3. See error
## Expected behavior
A clear description of what you expected to happen.
## Error output
```
Paste any error messages or logs here
```
## Environment
- OS: [e.g. macOS 14, Ubuntu 22.04]
- Node.js version: [e.g. 20.11]
- Package version: [e.g. 0.1.0]
- LLM provider: [e.g. Anthropic, OpenAI]
## Additional context
Add any other context about the problem here.