41 lines
640 B
Markdown
41 lines
640 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug or unexpected behavior
|
|
title: "[Bug] "
|
|
labels: bug
|
|
assignees: ""
|
|
---
|
|
|
|
## Description
|
|
|
|
A clear and concise description of the bug.
|
|
|
|
## Steps to Reproduce
|
|
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. See error
|
|
|
|
## Expected Behavior
|
|
|
|
What you expected to happen.
|
|
|
|
## Actual Behavior
|
|
|
|
What actually happened.
|
|
|
|
## Environment
|
|
|
|
- **OS:** [e.g., macOS 15, Ubuntu 24.04]
|
|
- **Browser:** [e.g., Chrome 131, Safari 18]
|
|
- **Node.js:** [e.g., 20.x]
|
|
- **Package manager:** [e.g., pnpm 9.x]
|
|
|
|
## Screenshots / Logs
|
|
|
|
If applicable, add screenshots or error logs.
|
|
|
|
## Additional Context
|
|
|
|
Any other context about the problem.
|