- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Refactoring (non-breaking change)
- Breaking change (fix or feature that would change existing functionality)
- My branch name matches the format:
<ticket-id>/<brief-description-of-change> - My PR name matches the format:
[<ticket-id>] <brief-description-of-change> - I have added doc-comments to all new functions (JSDoc for JS and Docstrings for Python)
- I have reviewed all of my code