34 lines
874 B
Markdown
34 lines
874 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a bug report
|
|
title: "[Bug] "
|
|
labels: "type: bug"
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the Bug**
|
|
Provide a clear and concise description of what the bug is.
|
|
|
|
**How to Reproduce**
|
|
Steps to reproduce the bug:
|
|
1. Configure the environment or settings with...
|
|
2. Run the command...
|
|
3. Observe the error or unexpected output at...
|
|
4. Log output/error message
|
|
|
|
**Expected Behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain the issue you are experiencing.
|
|
|
|
**Environment (please complete the following information):**
|
|
- OS: [e.g. macOS, Linux, Windows]
|
|
- Version/commit of Arcade AI: [e.g. 0.1.0, or the commit hash]
|
|
|
|
**Logs**
|
|
If applicable, include detailed logs to help understand the problem.
|
|
|
|
**Additional Context**
|
|
Add any other context about the problem here
|