From 40b6a688cc5d7c303c5b5ff75a3f30f7977925af Mon Sep 17 00:00:00 2001 From: Owais Kazi Date: Tue, 3 May 2022 09:50:52 -0700 Subject: [PATCH] Added Maintainers and Code Owners Signed-off-by: Owais Kazi --- .github/CODEOWNERS | 2 ++ MAINTAINERS.md | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 MAINTAINERS.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..b98768ea --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# This should match the owning team set up in https://github.com/orgs/opensearch-project/teams +* @opensearch-project/opensearch-sdk diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 00000000..d79e9457 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,13 @@ +# OpenSearch-SDK Maintainers + +## Maintainers +| Maintainer | GitHub ID | Affiliation | +| ----------------------- | ------------------------------------------------------- | ----------- | +| Charlotte Henkle | [CEHENKLE](https://github.com/CEHENKLE) | Amazon | +| Josh Palis | [joshpalis](https://github.com/joshpalis) | Amazon | +| Owais Kazi | [owaiskazi19](https://github.com/owaiskazi19) | Amazon | +| Ryan Bogan | [ryanbogan](https://github.com/ryanbogan) | Amazon | +| Sarat Vemulapalli | [saratvemulapalli](https://github.com/saratvemulapalli) | Amazon | + + +[This document](https://github.com/opensearch-project/.github/blob/main/MAINTAINERS.md) explains what maintainers do in this repo, and how they should be doing it. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md).