38 lines
829 B
Markdown
38 lines
829 B
Markdown
---
|
|
name: Bug Report
|
|
about: Create a report to help us improve
|
|
title: '[Bug] '
|
|
labels: bug
|
|
assignees: asepharyana
|
|
---
|
|
|
|
## 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, including any error messages, logs, or screenshots.
|
|
|
|
## Environment
|
|
|
|
- OS: [e.g. Ubuntu 22.04, macOS 14.0]
|
|
- Browser (if applicable): [e.g. Chrome 120, Firefox 121]
|
|
- Version / Commit: [e.g. v1.0.0, commit 3a2b1c4]
|
|
- Runtime: [e.g. Node 20, Docker 24]
|
|
|
|
## Additional Context
|
|
|
|
Add any other context about the problem here, such as relevant log output, stack traces, or screenshots.
|