# PR Details ## Description **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # ## Related Issue ## Motivation and Context ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [ ] 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) **Special notes for your reviewer**: ## Release note ```release-note ``` ## Prerequisites: - [ ] I have read the **CONTRIBUTING.md** document. - [ ] This 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 made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added appropriate tests that prove my change is effective - [ ] New and existing tests pass locally with my changes