1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!--
Thanks for contributing to the project! Please fill out this template so we can review your PR effectively.
Delete any sections that aren't applicable.
-->
## Description
<!--
Describe the changes introduced by this PR. Include context, motivation, and what problem this solves.
If this fixes an issue, link it here with "Fixes #123".
-->
## Type of Change
<!-- Check one or more of the following options, and delete the others. -->
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires documentation update
- [ ] Refactor (code structure improvements, no new functionality)
- [ ] Tests (addition or improvement of tests)
- [ ] Chore (changes to tooling, CI/CD, or metadata)
## How Has This Been Tested?
<!--
Describe how you tested your changes (unit tests, integration tests, manual testing, etc.).
Include any relevant details such as test environments or edge cases considered.
-->
## Checklist
<!--
Go over all the following points, and put an `x` in all the boxes that apply.
If you're unsure about any of them, don't hesitate to ask. We're here to help!
-->
- [ ] My code follows the project's coding style guidelines
- [ ] 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 (if applicable)
- [ ] My changes generate no new warnings or errors
- [ ] 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 in downstream modules
## Screenshots (if applicable)
<!--
Add screenshots to show UI changes or before/after comparisons.
You can drag and drop images directly into the PR on GitHub.
-->
## Additional Context
<!--
Add any other context about the PR here (e.g., performance implications, future work, etc.).
-->