Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.17 KB

File metadata and controls

41 lines (27 loc) · 1.17 KB

Description

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)
  • CI/CD or infrastructure changes

Related Issues

Changes Made

Screenshots / Videos

Testing

  • I have tested these changes locally
  • I have added/updated tests that prove my fix is effective or my feature works
  • New and existing tests pass locally

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code where necessary (particularly complex areas)
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • I have checked that my changes don't introduce any security vulnerabilities