From a947a7f041f3af28d8d59bf58f3c0324fd3a9fce Mon Sep 17 00:00:00 2001 From: jjllee Date: Fri, 12 Jul 2024 15:49:31 -0700 Subject: [PATCH 1/2] add CODEOWNERS --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..bb4fb12 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Learn about CODEOWNERS file format: +# https://help.github.com/en/articles/about-code-owners + +# Default owners for the entire repo +* @aws-observability/aws-application-signals-team From a2de2ff4d9371e723d07cb6fd9fee002c3ccd1ab Mon Sep 17 00:00:00 2001 From: jjllee Date: Fri, 12 Jul 2024 15:52:13 -0700 Subject: [PATCH 2/2] create directories with READMEs --- aws-distro-opentelemetry-autoinstrumentation/README.md | 0 sample-applications/README.md | 0 scripts/README.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 aws-distro-opentelemetry-autoinstrumentation/README.md create mode 100644 sample-applications/README.md create mode 100644 scripts/README.md diff --git a/aws-distro-opentelemetry-autoinstrumentation/README.md b/aws-distro-opentelemetry-autoinstrumentation/README.md new file mode 100644 index 0000000..e69de29 diff --git a/sample-applications/README.md b/sample-applications/README.md new file mode 100644 index 0000000..e69de29 diff --git a/scripts/README.md b/scripts/README.md new file mode 100644 index 0000000..e69de29