Provide a concise summary of the changes in this PR.
Add a link or reference to the Jira ticket associated with this PR (e.g., ES-1).
- π
fix:Bug fix (non-breaking change which fixes an issue) - β¨
feat:New feature (non-breaking change which adds functionality) - π₯
feat!:orfix!: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
- 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.