From b547610575befef8cafbe3c551693b2f71a9394b Mon Sep 17 00:00:00 2001 From: Mayur Kale Date: Thu, 6 Jun 2019 12:46:34 -0700 Subject: [PATCH] Add CODEOWNERS (#16) * Add CODEOWNERS * Add CODEOWNERS * rename @draffensperger --- .github/CODEOWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..8d2c141ee0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,15 @@ +##################################################### +# +# List of approvers for OpenTelemetry Node SDK +# +##################################################### +# +# Learn about membership in OpenTelemetry community: +# https://github.com/open-telemetry/community/blob/master/community-membership.md +# +# +# Learn about CODEOWNERS file format: +# https://help.github.com/en/articles/about-code-owners +# + +* @justindsmith @iredelmeier @yurishkuro @danielkhan @mayurkale22