39 lines
831 B
Markdown
39 lines
831 B
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve
|
|
title: '[BUG] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Description
|
|
A clear and concise description of what the bug is.
|
|
|
|
## Steps to Reproduce
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
## Expected Behavior
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
## Actual Behavior
|
|
A clear and concise description of what actually happened.
|
|
|
|
## Environment
|
|
- OS: [e.g. Ubuntu 22.04]
|
|
- Node.js version: [e.g. 18.17.0]
|
|
- pnpm version: [e.g. 8.15.0]
|
|
- Browser (if applicable): [e.g. Chrome 120]
|
|
|
|
## Screenshots
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
## Additional Context
|
|
Add any other context about the problem here.
|
|
|
|
## Possible Solution
|
|
If you have suggestions on how to fix the bug, please describe them here.
|
|
|