- New feature (non-breaking change which adds functionality)
- Bug fix (non-breaking change which fixes an issue)
- Tech Debt / Refactor
- Minor changes shouldn't affect anything
- Changes will affect
- Hotfix
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- I have added tests that prove my fix is effective or that my feature works (if applicable)
- I have tested locally
- I added test suits for testing