From e486c1ae889a5b909e3a200c233647719316c239 Mon Sep 17 00:00:00 2001 From: Toddy Mladenov Date: Thu, 11 Jan 2024 13:48:09 -0800 Subject: [PATCH] Adding CODEOWNERS and MAINTAINERS files Signed-off-by: Toddy Mladenov --- CODEOWNERS | 3 +++ MAINTAINERS | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 CODEOWNERS create mode 100644 MAINTAINERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..c32a7f1 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +# Owners (in alphabetical order) +# Note: This is only for the notaryproject/.github repo and includes the Org level maintainers +@justincormack @mnm678 @niazfk @priteshbandi @shizhMSFT @stevelasker @toddysm \ No newline at end of file diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..c7d916a --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,13 @@ +# 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 only for the notaryproject/.github repo +Marina Moore (@mnm678) \ No newline at end of file