Issue Template

1. Bug Report Template

---
name: Bug Report
about: Report a bug to help us improve the project.
title: "[BUG] Short bug description"
labels: bug
assignees: ''

---

## **Describe the Bug**
<!-- A clear and concise description of what the bug is. -->

## **Steps to Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. See the error

## **Expected Behavior**
<!-- A clear and concise description of what you expected to happen. -->

## **Screenshots or Logs (if applicable)**
<!-- Add screenshots, logs, or error messages to help explain the issue. -->

## **Environment**
- OS: [e.g., Windows, macOS, Linux]
- Node.js Version: [e.g., 16.x]
- Other dependencies:

## **Additional Context**
<!-- Add any other context about the problem here. -->

2. Feature Request template

Last updated