- 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 to change)
- Refactor(DRY-ing up/ reorganizing code, etc.)
- Small fix (Corrected a typo, removed a comment, etc.)
- I ran the code locally and verified that there are no visible errors.
- I have performed a self-review of my code
- I have refactored my code before this push
- The commit message follows our guidelines
- My code follows the code style of this project.