From 5983a5276329a32e622a7cf2a0935b270fd89713 Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Tue, 26 Nov 2024 15:02:11 +0000 Subject: [PATCH] MAINTAINERS: Add Tyler to the list of maintainers Tyler has been consistently involved for some time and we'd like to main Tyler a maintainer of the opa-envoy-plugin project. Tyler is being adding under this clause in the opa project governance: https://github.com/open-policy-agent/opa/blob/main/GOVERNANCE.md#github-project-administration Signed-off-by: Charlie Egan --- MAINTAINERS.md | 3 ++- README.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 480fdb895..95f3064af 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,3 +1,4 @@ # Maintainers -- Ashutosh Narkar (anarkar4387@gmail.com) +- Ashutosh Narkar, Styra (anarkar4387@gmail.com) +- Tyler Schade, GEICO Tech (tylerschade99@gmail.com) diff --git a/README.md b/README.md index f97255d2b..129b5a866 100644 --- a/README.md +++ b/README.md @@ -190,3 +190,7 @@ Dependencies are managed with [Modules](https://github.com/golang/go/wiki/Module If you need to add or update dependencies, modify the `go.mod` file or use `go get`. More information is available [here](https://github.com/golang/go/wiki/Modules#how-to-upgrade-and-downgrade-dependencies). Finally commit all changes to the repository. + +## Maintainers + +Please see the [MAINTAINERS.md](./MAINTAINERS.md) file for maintainer details.