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
Thank you for making a submission to the *aws-doc-sdk-examples* repository. For more information about submitting pull requests to this repository, see [Guidelines for contributing](/CONTRIBUTING.md).
3
+
Thank you for making a submission to the *aws-doc-sdk-examples* repository. For more information about submitting pull requests to this repository, see [Guidelines for contributing](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/CONTRIBUTING.md).
4
4
5
-
*NOTE:* This PR template contains three sections. Depending on the reason for your pull request, please fill out the section that applies to you and then remove the other two sections.
5
+
*NOTE:* This pull request (PR) template contains two sections. Use the section that applies to your submission, and remove the section which doesn't apply.
6
+
***
7
+
## I'm submitting a new SDK code example
6
8
7
-
## New SDK Code Example
9
+
Confirm you have met the following minimum requirements:
8
10
9
-
The submitter has:
11
+
-[ ] Add the following copyright notice to the top of each file. See the [LICENSE agreement](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/LICENSE) for the terms of the copyright.
12
+
>Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\
13
+
>SPDX-License-Identifier: Apache-2.0
14
+
-[ ] Create unit tests for all paths through the code, and confirm that the all the tests pass. For recommendations, see [How we test code examples](https://github.com/awsdocs/aws-doc-sdk-examples/wiki/Code-quality-guidelines---testing-and-linting#how-we-test-code-examples).
15
+
-[ ] Run a linter against all code and implement the resulting suggestions. For recommendations, see [Linters run on check in](https://github.com/awsdocs/aws-doc-sdk-examples/wiki/Code-quality-guidelines---testing-and-linting#linters-run-on-check-in).
16
+
-[ ] Add minimum usage documentation as comments in the code. For recommendations, see [Code comment guidelines](https://github.com/awsdocs/aws-doc-sdk-examples/wiki/Code-comment-guidelines).
17
+
***
18
+
## I'm resolving an issue with an existing code example
10
19
11
-
-[ ] Added the default copyright notice to all files.
12
-
-[ ] Created unit tests for all paths through the code and they all pass.
13
-
-[ ] Run a linter against all code and implemented the resulting suggestions.
14
-
-[ ] Added minimum usage documentation as comments in the code.
15
-
-[ ] Had comments and strings reviewed and incorporated suggested changes.
16
-
-[ ] Had the code reviewed and implemented the reviewer's suggested changes.
20
+
Describe the changes you have made here, including any issue numbers.
17
21
18
-
## Existing Example Update
22
+
Confirm you have met the following minimum requirements:
19
23
20
-
The submitter has:
21
-
22
-
-[ ] Confirmed that the correct copyright is included in all files.
23
-
-[ ] Major code changes have been reviewed, and the submitter has incorporated review comments.
24
-
-[ ] Changed or added comments and strings have been reviewed, and the submitter has incorporated any and all suggested edits.
25
-
26
-
## Resolve Issue
27
-
28
-
Issue #
29
-
30
-
### Description of Changes
31
-
32
-
Please describe the changes you have made here.
33
-
34
-
-[ ] I have tested my changes and created unit tests for new code paths.
35
-
-[ ] Changes have been reviewed, and all reviewer comments have been incorporated.
24
+
-[ ] Test the changed code. For recommendations, see [How we test code examples](https://github.com/awsdocs/aws-doc-sdk-examples/wiki/Code-quality-guidelines---testing-and-linting#how-we-test-code-examples).
25
+
-[ ] Run a linter against the changed code and implement the resulting suggestions. For recommendations, see [Linters run on check in](https://github.com/awsdocs/aws-doc-sdk-examples/wiki/Code-quality-guidelines---testing-and-linting#linters-run-on-check-in).
26
+
***
27
+
## Open source license adherence
36
28
37
29
_By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license._
* With AWS SDK for C++ version 1.8, it's much easier to override the default HTTP client configuration with the virtual functions: OverrideOptionsOn*Handle()
88
121
* In this example, we override the default HTTP client and disable DNS caching with some low level Curl APIs.
@@ -92,26 +125,13 @@ int main(int argc, char *argv[])
0 commit comments