Brief description of what this PR does.
Note: This repository may be closed-source. Code contributions are limited to public repositories (documentation, website, select tools).
- 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 not work as expected)
- Documentation update
- Code refactoring
- Performance improvement
Closes #(issue number)
- Change 1
- Change 2
- Change 3
How has this been tested?
- Unit tests added/updated
- Manual testing performed
- Tested on Windows
- Tested on Linux
- Tested on macOS
Add screenshots to help explain your changes.
- My code follows the code style of this project
- I have commented my code, particularly in hard-to-understand areas
- I have updated the documentation accordingly
- My changes generate no new warnings
- I have added tests that prove my fix is effective or that my feature works
- New and existing unit tests pass locally with my changes
- Any dependent changes have been merged and published
Add any additional notes about the PR here.