1
1
<!-- Thanks for contributing! -->
2
2
## Summary
3
- _ What conceptually is this PR introducing? If context is already provided from the JIRA ticket, still place it in the
4
- Pull Request as you should not make the reviewer do digging for a basic summary._
3
+ <!-- What conceptually is this PR introducing? If context is already provided from the JIRA ticket, still place it in the
4
+ Pull Request as you should not make the reviewer do digging for a basic summary. -->
5
5
6
6
## Changes in this PR
7
- _ What changes did you make to the code? What new APIs (public or private) were added, removed, or edited to generate
8
- the desired outcome explained in the above summary?_
7
+ <!-- What changes did you make to the code? What new APIs (public or private) were added, removed, or edited to generate
8
+ the desired outcome explained in the above summary? -->
9
9
10
10
## Test Plan
11
- _ How did you test the code? If you added unit tests, you can say that. If you didn’t introduce unit tests, explain why.
12
- All code should be tested in some way – so please list what your validation strategy was._
11
+ <!-- How did you test the code? If you added unit tests, you can say that. If you didn’t introduce unit tests, explain why.
12
+ All code should be tested in some way – so please list what your validation strategy was. -->
13
13
14
14
### Screenshots (optional)
15
- _ Usually a great supplement to a test plan, especially if this requires local testing._
15
+ <!-- Usually a great supplement to a test plan, especially if this requires local testing. -->
16
16
17
17
## Checklist
18
+ <!-- Do not delete the items provided on this checklist. -->
18
19
### Checklist for Author
19
20
- [ ] Did you update the changelog (if necessary)?
20
21
- [ ] Is the intention of the code captured in relevant tests?
@@ -27,6 +28,6 @@ _Usually a great supplement to a test plan, especially if this requires local te
27
28
- [ ] Is all relevant documentation (README or docstring) updated?
28
29
29
30
## Focus Areas for Reviewer
30
- _ List any complex portion of code you believe needs additional scrutiny and explain why._
31
+ <!-- List any complex portion of code you believe needs additional scrutiny and explain why. -->
31
32
32
33
<!-- See also: https://docs.google.com/document/d/1Z-z6BDIBJ9G4fn4MBb7Ql5A1NiSY6nsLfEE3KuU_Btw/edit?tab=t.exaie3tsb7gl#heading=h.asd8fqlsyzb6 -->
0 commit comments