What does this merge do? Check all that apply.
- Adds a new feature
- Improves an existing feature
- Fixes a bug
- Cleans up (logs, tests, etc.)
Briefly, but clearly describe what you did, and explain any new code.
Where should the reviewer start? How should this be manually tested? Any background context you want to provide? What are the relevant tickets?
Are there any concerns, issues, or bugs in this branch? If so describe them.
- My code follows the style guidelines of this project
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- I have used tests to prove my fix is effective or that my feature works
- New and existing unit tests pass locally with my change