Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 854 Bytes

File metadata and controls

43 lines (31 loc) · 854 Bytes

Reporting Bugs

Before Submitting a Bug Report

  • Check the existing issues to avoid duplicates
  • Test with the latest version of main
  • Collect information about your environment

Bug Report Template

Create an issue with the following information:

## 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
What you expected to happen.

## Actual Behavior
What actually happened.

## Screenshots
If applicable, add screenshots.

## Environment
- OS: [e.g., macOS 13.0]
- Browser: [e.g., Chrome 120]
- Python version: [e.g., 3.12.1]
- Node version: [e.g., 20.10.0]

## Additional Context
Any other context about the problem.

## Possible Solution
If you have an idea how to fix it.