From 29add9b6ba356729944bf1ccb790742bdb251210 Mon Sep 17 00:00:00 2001 From: Toddy Mladenov Date: Wed, 24 Jan 2024 18:09:29 -0800 Subject: [PATCH] Updated CODEOWNERS and MAINTAINERS files (#6) Addressing https://github.com/notaryproject/.github/issues/55 https://github.com/notaryproject/.github/issues/56 and https://github.com/notaryproject/.github/issues/57 Signed-off-by: Toddy Mladenov --- CODEOWNERS | 4 ++-- MAINTAINERS | 12 +++++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 1db04f3..e00eb08 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,3 @@ -# Repo-Level Owners (in alphabetical order). Org-level maintainers are included in the linked team at the end +# Owners (in alphabetical order) # For Org level maintainers, refer to https://github.com/notaryproject/.github/blob/main/CODEOWNERS -* @gokarnm @JeyJeyGao @priteshbandi @rgnote @shizhMSFT @Two-Hearts @notaryproject/notaryproject-org-maintainers \ No newline at end of file +* @gokarnm @JeyJeyGao @justincormack @niazfk @priteshbandi @rgnote @shizhMSFT @stevelasker @toddysm @Two-Hearts \ No newline at end of file diff --git a/MAINTAINERS b/MAINTAINERS index fda5d8d..2855e95 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,10 +1,16 @@ -# Org-Level Maintainers are available in https://github.com/notaryproject/.github/blob/main/MAINTAINERS +# Org-Level Maintainers (in alphabetical order) +# Pattern: [First Name] [Last Name] <[Email Address]> ([GitHub Handle]) +Justin Cormack (@justincormack) +Niaz Khan (@niazfk) +Pritesh Bandi (@priteshbandi) +Shiwei Zhang (@shizhMSFT) +Steve Lasker (@stevelasker) +Toddy Mladenov (@toddysm) + # Repo-Level Maintainers (in alphabetical order) # Pattern: [First Name] [Last Name] <[Email Address]> ([GitHub Handle]) # Note: This is for the notaryproject/notation-plugin-framework-go repo Junjie Gao (@JeyJeyGao) Milind Gokarn (@gokarnm) Patrick Zheng (@Two-Hearts) -Pritesh Bandi (@priteshbandi) Rakesh Gariganti (@rgnote) -Shiwei Zhang (@shizhMSFT)