Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.55 KB

File metadata and controls

33 lines (20 loc) · 1.55 KB

Description

Type

  • 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 not to work as expected)
  • Documentation (changes to documentation only)
  • Refactor (non-functional changes to improve code quality)
  • Chore (non-code operational changes, e.g., CI/CD, tooling, or dependency updates)

Testing

Deployment & Rollback

Checklist

  • I have added inline comments for the code to explain the logic & implementation
  • My changes generate no new warnings/errors
  • I have made corresponding changes to the documentation