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,24 @@
### Description
Please include a summary of the changes and the motivation behind them. Also include any relevant context or links to related issues.
**Related Issues:**
- Issue # (if applicable)
- Link to related issue or ticket (if applicable)
### Changes Made
- Describe what changes were made in this pull request.
- Include any relevant details about the implementation.
### Checklist
- [ ] I have tested my changes locally.
- [ ] I have updated the documentation (if applicable).
- [ ] I have included unit tests (if applicable).
- [ ] My code follows the project's coding style.
### Screenshots (if applicable)
![screenshot](link_to_screenshot)

View File

@@ -0,0 +1,24 @@
---
name: Documentation Update
about: Submit a pull request for updating documentation
title: "[Docs] "
labels: documentation, needs review
assignees: ''
---
### Documentation Changes
Please describe the changes you are making to the documentation.
### Related Code Changes (if applicable)
If your documentation relates to any new code changes, please provide context or links to those changes.
### Reason for Change
Why are these documentation updates necessary?
### Screenshots (if applicable)
If updating visual elements of documentation, provide screenshots or examples.

View File

@@ -0,0 +1,28 @@
---
name: Feature Request
about: Submit a pull request for adding a new feature
title: "[Feature] "
labels: enhancement, needs review
assignees: ''
---
### Description of the Feature
Briefly describe the new feature you are implementing.
**Related Issue:** (if any)
### Changes Made
1. context-menu-list the specific changes made in the code.
2. Explain the new functionality and how it improves the project.
### Testing and Documentation
1. Steps for testing the new feature.
2. Any documentation updates made.
### Screenshots (if applicable)
Add any screenshots or visuals demonstrating the feature.