From e48d28d1b9dd36c53194386c60fb13a2766528e2 Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Tue, 23 Jul 2019 16:20:45 +0100 Subject: [PATCH] Add MAINTAINERS and update CODEOWNERS --- .github/CODEOWNERS | 6 ++++-- MAINTAINERS | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 MAINTAINERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 47d0e56..da3f739 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,8 @@ -# Default owner should be a Pusher cloud-team member unless overridden by later -# rules in this file +# Default owner should be a Pusher cloud-team member or another maintainer +# unless overridden by later rules in this file * @pusher/cloud-team +* @syscll +* @steakunderscore # login.gov provider # Note: If @timothy-spencer terms out of his appointment, your best bet diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..25fb475 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,3 @@ +Joel Speed (@JoelSpeed) +Dan Bond (@syscll) +Henry Jenkins (@steakunderscore)