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
<!-- What changes did you make to the code? What new APIs (public or private) were added, removed, or edited to generate the desired outcome explained in the above summary? -->
6
+
7
+
## Test Plan
8
+
9
+
<!-- How did you test the code? If you added unit tests, you can say that. If you didn’t introduce unit tests, explain why. All code should be tested in some way – so please list what your validation strategy was. -->
10
+
11
+
## Checklist
12
+
13
+
<!-- Do not delete the items provided on this checklist -->
14
+
15
+
### Checklist for Author
16
+
17
+
-[ ] Did you update the changelog (if necessary)?
18
+
-[ ] Is the intention of the code captured in relevant tests?
19
+
-[ ] If there are new TODOs, has a related JIRA ticket been created?
20
+
21
+
### Checklist for Reviewer
22
+
23
+
-[ ] Does the title of the PR reference a JIRA Ticket?
24
+
-[ ] Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?)
25
+
-[ ] Have you checked for spelling & grammar errors?
26
+
-[ ] Is all relevant documentation (README or docstring) updated?
0 commit comments