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
---
name: Feature Request
about: Suggest a new feature or improvement.
title: "[FEATURE] Short feature description"
labels: enhancement
assignees: ''
---
## **Feature Description**
<!-- A clear and concise description of the feature you’d like to see. -->
## **Use Case**
<!-- Explain why this feature is important and how it would benefit users. -->
## **Proposed Solution**
<!-- Suggest how this could be implemented. -->
## **Alternatives Considered**
<!-- Describe any alternative solutions or workarounds you've considered. -->
## **Additional Context**
<!-- Add any other context, links, or references related to the feature request. -->
Last updated