Pull Request Template
Contribution
Please read Contribution Guide
PR Template
# 🚀 Pull Request
## **Description**
<!-- Provide a clear and concise description of the changes made in this PR. -->
## **Changes Made**
- [ ] Feature implementation
- [ ] Bug fix
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Other (please specify)
## **Related Issues**
<!-- List any related issues that this PR fixes. Example: Fixes #123 -->
Fixes #
## **Screenshots (if applicable)**
<!-- Add screenshots, GIFs, or recordings to show visual changes. -->
## **Testing & Verification**
- [ ] Unit tests added
- [ ] Integration tests added
- [ ] Manual testing completed
### **Steps to Test**
1. Pull this branch and run the project.
2. Verify the expected behavior in affected areas.
3. Run `npm test` to check if all tests pass.
## **Checklist**
- [ ] My code follows the project’s style guidelines.
- [ ] I have run tests and verified all pass.
- [ ] I have added necessary documentation (if applicable).
- [ ] This PR is ready for review. 🚀
Last updated