Skip to content

Latest commit

Β 

History

History
30 lines (23 loc) Β· 1.18 KB

File metadata and controls

30 lines (23 loc) Β· 1.18 KB

Description

Provide a concise summary of the changes in this PR.

Jira Ticket

Add a link or reference to the Jira ticket associated with this PR (e.g., ES-1).

Type of Change

  • πŸ› fix: Bug fix (non-breaking change which fixes an issue)
  • ✨ feat: New feature (non-breaking change which adds functionality)
  • πŸ”₯ feat!: or fix!: Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • πŸ“š docs: Documentation update
  • πŸ› οΈ refactor: Code refactoring (no functional changes)
  • 🎨 style: Code style changes (formatting, missing semi-colons, etc)
  • πŸš€ perf: Performance improvement
  • βœ… test: Adding or updating tests
  • πŸ”§ chore: Maintenance tasks (dependencies, configs, etc)
  • πŸ”„ ci: CI/CD changes
  • ↩️ revert: Revert a previous commit

Checklist

  • I have tested my changes and verified expected behavior.
  • I have performed a self-review of my code.
  • I have ensured this PR adheres to coding standards and best practices.
  • I have updated the documentation (if applicable).
  • I have added necessary tests or ensured existing tests pass.