Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.12 KB

File metadata and controls

33 lines (29 loc) · 1.12 KB

Description

Brief description of the changes in this PR.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Code refactoring

Testing

  • Tests pass locally
  • New tests added for new functionality
  • Integration tests pass

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

Commit Message Format

Please ensure your commit messages follow the conventional commits format:

  • feat: add new feature
  • fix: resolve bug
  • docs: update documentation
  • style: format code
  • refactor: refactor code
  • test: add tests
  • chore: update dependencies