Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.17 KB

File metadata and controls

54 lines (38 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
  • Standard library addition
  • Performance improvement
  • Refactoring (no functional changes)

Related Issues

Changes Made

Testing

  • All existing tests pass (pytest tests/ -v)
  • New tests added for this change
  • Manual testing done (describe below)

Code Samples

Before:

// ...

After:

// ...

Checklist

  • My code follows the project's coding style
  • I have added/updated docstrings and comments
  • I have updated documentation if needed
  • My changes generate no new warnings
  • I have added tests that prove my fix/feature works