53 lines
953 B
Markdown
53 lines
953 B
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve
|
|
title: '[BUG] '
|
|
labels: bug
|
|
---
|
|
|
|
## Bug 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.
|
|
|
|
## Screenshots
|
|
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
## Environment
|
|
|
|
- **Browser**: [e.g. Chrome 120, Firefox 121]
|
|
- **OS**: [e.g. Windows 11, macOS 14, Linux]
|
|
- **Alby Extension**: [e.g. Version 5.2.0]
|
|
- **Node Version**: [if relevant]
|
|
|
|
## Console Errors
|
|
|
|
If applicable, paste any console errors here:
|
|
|
|
```
|
|
Paste console errors here
|
|
```
|
|
|
|
## Additional Context
|
|
|
|
Add any other context about the problem here.
|
|
|
|
## Possible Solution
|
|
|
|
If you have ideas on how to fix this, please describe them here.
|