32 lines
896 B
Markdown
32 lines
896 B
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.
|
|
|
|
## Reproduction Steps
|
|
Steps to reproduce the behavior:
|
|
1. Initialize BrainyData with '...'
|
|
2. Call method '....'
|
|
3. See error
|
|
|
|
## Expected Behavior
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
## Environment
|
|
- Brainy version: [e.g. 0.9.4]
|
|
- Environment: [e.g. Browser, Node.js, serverless]
|
|
- Browser (if applicable): [e.g. Chrome, Safari]
|
|
- Node.js version (if applicable): [e.g. 23.11.0]
|
|
- Operating System: [e.g. Windows 10, macOS Monterey, Ubuntu 22.04]
|
|
|
|
## Additional Context
|
|
Add any other context about the problem here. If applicable, include code snippets, error messages, or screenshots.
|
|
|
|
## Possible Solution
|
|
If you have suggestions on how to fix the issue, please describe them here.
|