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
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
3
+
Please include a summary of the change and which issue is fixed.
4
+
Please also include relevant motivation and context.
5
+
List any dependencies that are required for this change.
4
6
5
7
Fixes # (issue)
6
8
@@ -13,18 +15,24 @@ Please delete options that are not relevant.
13
15
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14
16
-[ ] This change requires a documentation update
15
17
16
-
### How Has This Been Tested?
18
+
### How has this been tested?
17
19
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
20
+
Please describe the tests that you ran to verify your changes.
21
+
Provide instructions so we can reproduce.
22
+
Please also list any relevant details for your test configuration.
19
23
20
24
-[ ] Test A
21
25
-[ ] Test B
22
26
27
+
## Checklist
23
28
24
-
### Checklist:
25
-
26
-
-[ ]My code follows the style guidelines of this project
29
+
-[ ] My code builds locally with no new warnings (`scripts/build.sh`)
30
+
-[ ] My code follows the style guidelines (`scripts/lint.sh`)
31
+
-[ ]New and existing unit tests pass locally with my changes (`scripts/test.sh`)
27
32
-[ ] I have made corresponding changes to the documentation
28
-
-[ ] My changes generate no new warnings
29
33
-[ ] I have added tests that prove my fix is effective or that my feature works
30
-
-[ ] New and existing unit tests pass locally with my changes
34
+
35
+
### Declaration
36
+
37
+
I confirm this contribution is made under an Apache 2.0 license and that I have the authority
38
+
necessary to make this contribution on behalf of its copyright owner.
We welcome feedback through discussions and issues on GitHub, however we don't currently accept pull requests due to the open-soruce repository being a downstream mirror of our internal Python client library codebase.
0 commit comments