✨ What I did:
Did this break anything?
- No
- Yes
Type of change
- New feature (non-breaking change which adds functionality)
- Styling
- Bug fix (non-breaking change which fixes an issue)
- Refactor(DRY-ing up/ reorganizing code, etc.)
- Super small fix (Corrected a typo, removed a comment, etc.)
- Skip all the other stuff and briefly explain the fix.
Checklist:
- If this code needs to be tested, all tests are passing
- The code runs locally
- There are comments where clarification/ organization is needed
- The code is DRY. If it's not, I tried my best
- I reviewed my code before pushing
✨ What's next?