Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 652 Bytes

File metadata and controls

22 lines (18 loc) · 652 Bytes

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

Related Issues

Testing

  • Tests pass locally (make test)
  • Linting passes (make lint)
  • Added tests for new functionality

Checklist

  • Code follows project style guidelines
  • Self-reviewed my code
  • Commented hard-to-understand areas
  • Updated documentation if needed