Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.34 KB

File metadata and controls

52 lines (35 loc) · 1.34 KB

Description

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).

Type of Change

  • 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

Related Issues

Closes #(issue number)

Changes Made

  • Change 1
  • Change 2
  • Change 3

Testing

How has this been tested?

  • Unit tests added/updated
  • Manual testing performed
  • Tested on Windows
  • Tested on Linux
  • Tested on macOS

Screenshots (if applicable)

Add screenshots to help explain your changes.

Checklist

  • 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

Additional Notes

Add any additional notes about the PR here.