41 lines
795 B
Markdown
41 lines
795 B
Markdown
---
|
|
name: Bug report
|
|
about: Report something that isn't working as expected
|
|
title: "[bug] "
|
|
labels: bug
|
|
assignees: ""
|
|
---
|
|
|
|
## 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
|
|
|
|
What you expected to happen instead.
|
|
|
|
## Screenshots / logs
|
|
|
|
If applicable, add screenshots or paste relevant log output. **Redact any API
|
|
keys, tokens, or personal data before pasting.**
|
|
|
|
## Environment
|
|
|
|
- Waggle build: [desktop (Windows/macOS) or web / `npm run dev`]
|
|
- App version or commit SHA:
|
|
- OS and version:
|
|
- Node version (`node -v`):
|
|
|
|
## Additional context
|
|
|
|
Anything else that might help — e.g. which workspace/persona, whether it is
|
|
reproducible, when it started.
|