Skip to content

Latest commit

 

History

History
168 lines (111 loc) · 3.96 KB

File metadata and controls

168 lines (111 loc) · 3.96 KB

Pull Request

📋 Description

Related Issue: Fixes #(issue number)


🔧 Type of Change

  • feat - New feature
  • fix - Bug fix
  • docs - Documentation update
  • style - Code style/formatting (no functional changes)
  • refactor - Code refactoring
  • perf - Performance improvement
  • test - Adding or updating tests
  • build - Build system or dependencies
  • ci - CI/CD configuration
  • chore - Other changes (maintenance, etc.)
  • revert - Revert a previous commit

📝 Summary of Changes


🎯 Motivation and Context


🧪 How Has This Been Tested?

Test Configuration:

  • OS:
  • Browser (if applicable):
  • Node.js version:
  • Python version:
  • MongoDB version:

Test Steps: 1. 2. 3.


📸 Screenshots (if applicable)


✅ Checklist

Code Quality

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings or errors
  • I have run the linter (npm run lint for frontend, appropriate linter for backend)

Testing

  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have tested this on multiple browsers/environments (if applicable)

Documentation

  • I have updated the documentation accordingly (README, API docs, etc.)
  • I have added/updated comments in the code where necessary
  • I have updated the CHANGELOG (if applicable)

Breaking Changes

  • This PR includes breaking changes
  • I have documented the breaking changes in the PR description
  • I have updated the migration guide (if applicable)

Dependencies

  • I have added new dependencies (list them below)
  • I have checked dependencies for security vulnerabilities (npm audit or pip-audit)
  • All new dependencies are necessary and well-maintained

New dependencies added:


🔄 Related PRs or Issues

  • Related to #
  • Depends on #
  • Blocks #

🚀 Deployment Notes


📊 Performance Impact

  • No performance impact
  • Improves performance
  • May negatively impact performance (explain below)

Details:


🔒 Security Considerations

  • No security implications
  • Security improvements
  • Potential security concerns (explain below and tag security team)

Details:


💭 Additional Notes


👀 Reviewers


By submitting this pull request, I confirm that:

  • I have read and followed the Contributing Guidelines
  • I have read and agree to the Code of Conduct
  • My contribution is original or properly attributed
  • I agree to license my contributions under the project's license (MIT)