first commit

This commit is contained in:
2025-03-25 11:47:41 +05:30
commit 61b3c4ee2c
211 changed files with 36430 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
---
name: Bug Report
about: Report a bug or issue with the project
title: "[Bug] "
labels: bug
assignees: ''
---
### Bug Description
Provide a detailed description of the bug or issue.
### Steps to Reproduce
1. Step one
2. Step two
3. Step three
### Expected Behavior
Explain what you expected to happen.
### Actual Behavior
Describe what actually happened, including any error messages or logs.
### Screenshots (if applicable)
If applicable, add screenshots to help explain your problem.
### Environment Information:
- Operating System: [e.g., macOS, Windows, Linux]
- Browser (if applicable): [e.g., Chrome, Firefox]
- Version: [e.g., 1.0.0]

View File

@@ -0,0 +1,22 @@
---
name: Feature Request
about: Suggest a new feature for the project
title: "[Feature Request] "
labels: enhancement
assignees: ''
---
### Feature Request Description
Provide a clear and concise description of the feature youd like to request.
### Why Is This Feature Needed?
Explain why the feature would be useful or necessary.
### Additional Context
Add any other context or screenshots that may help describe the feature request.