From 0e20ca1c9e2e51b40ac3f8a1eb62985367d36aea Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 10 Jun 2023 00:45:15 +0000
Subject: [PATCH 1/3] docs: update README.md [skip ci]
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9f42b41fac3..4e4fb456d18 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[](https://gitter.im/aws/aws-sdk-java-v2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[](https://codecov.io/gh/aws/aws-sdk-java-v2)
-[](#contributors-)
+[](#contributors-)
The **AWS SDK for Java 2.0** is a rewrite of 1.0 with some great new features. As with version 1.0,
@@ -304,6 +304,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
 Andy Kiesler 💻 |
 Martin 💻 |
 Paulo Lieuthier 💻 |
+  David Negrete 💻 |
From 18976035e3e10e6bf704556ea2efffcda2d9675b Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 10 Jun 2023 00:48:11 +0000
Subject: [PATCH 2/3] docs: update .all-contributorsrc [skip ci]
---
.all-contributorsrc | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index c927666bb1a..0fc1d64d967 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -796,6 +796,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "dave-fn",
+ "name": "David Negrete",
+ "avatar_url": "https://avatars.githubusercontent.com/u/21349334?v=4",
+ "profile": "https://github.com/dave-fn",
+ "contributions": [
+ "code"
+ ]
}
],
"contributorsPerLine": 7,
@@ -804,5 +813,6 @@
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
- "commitConvention": "angular"
+ "commitConvention": "angular",
+ "commitType": "docs"
}
From 5f5abf14f5a08d1fc124b88ab014862d5272eea2 Mon Sep 17 00:00:00 2001
From: debora-ito
Date: Fri, 16 Jun 2023 15:58:57 -0700
Subject: [PATCH 3/3] Removing unnecessary vscode file
---
.vscode/settings.json | 3 ---
1 file changed, 3 deletions(-)
delete mode 100644 .vscode/settings.json
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index b0b290921f1..00000000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
-}
\ No newline at end of file