26 lines
497 B
Markdown
26 lines
497 B
Markdown
---
|
|
name: Bug Report
|
|
about: Create a bug report to help us improve
|
|
title: "[Bug]: "
|
|
labels: bug
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Environment**
|
|
- OS: [e.g., Windows 11]
|
|
- Node version: [e.g., 20]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|