41 lines
679 B
Markdown
41 lines
679 B
Markdown
---
|
|
name: Bug report
|
|
about: Something is broken or not working as expected
|
|
title: "[Bug] "
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Describe the bug
|
|
|
|
A clear description of what the bug is.
|
|
|
|
## Steps to reproduce
|
|
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. See error
|
|
|
|
## Expected behaviour
|
|
|
|
What you expected to happen.
|
|
|
|
## Actual behaviour
|
|
|
|
What actually happened.
|
|
|
|
## Environment
|
|
|
|
- OS: [e.g. macOS 14, Windows 11]
|
|
- Node version: [e.g. 22.12.0]
|
|
- pnpm version: [e.g. 9.x]
|
|
- Browser (if relevant): [e.g. Chrome 120, Safari 17]
|
|
|
|
## Screenshots or error output
|
|
|
|
If applicable, add screenshots or paste any error messages here.
|
|
|
|
## Additional context
|
|
|
|
Any other context that might be relevant.
|