You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include a summary of the change and which issue is fixed. Also, include relevant motivation and context. List any dependencies that are required for this change.
3
+
4
+
## Issue/Ticket Number and Link (If Relevant)
5
+
6
+
* Issue #: LINK HERE
7
+
* Ticket #: LINK HERE
8
+
9
+
## Type of Change
10
+
Please delete options that are not relevant.
11
+
12
+
-[ ] Bug fix (non-breaking change which fixes an issue)
13
+
-[ ] New feature (non-breaking change which adds functionality)
14
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
15
+
-[ ] This change requires a documentation update
16
+
17
+
## How Has This Been Tested?
18
+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
19
+
20
+
-[ ] Test A
21
+
-[ ] Test B
22
+
- ...
23
+
24
+
## Checklist:
25
+
Before you submit your Pull Request, make sure you have done the following:
26
+
27
+
-[ ] I have read the [CONTRIBUTING](CONTRIBUTING.md) document.
28
+
-[ ] My code follows the code style of this project.
29
+
-[ ] I have checked that my code does not duplicate any existing code (including PRs).
30
+
-[ ] I have tested my code and made sure it works as expected.
31
+
-[ ] My change requires a change to the documentation, and I have updated the documentation accordingly.
32
+
-[ ] I have provided a detailed description of my changes above.
33
+
-[ ] I have linked any related issues or PRs in my changes.
34
+
35
+
## Additional Notes
36
+
Please add any additional notes regarding this pull request here.
0 commit comments