- Documentation (non-code change which corrects or adds documentation for existing features)
- 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)
- All tests are passing
- New tests were created to address changes in PR (and tests are passing)
- Updated README and/or documentation, if necessary