From 825d4487654765adcb09896e9f6b7af1d650ca78 Mon Sep 17 00:00:00 2001 From: Hugh Willson Date: Wed, 28 Nov 2018 08:18:48 -0500 Subject: [PATCH] Set GH CODEOWNERS and update the README (#2034) Clearly identify repo maintainers. --- .github/CODEOWNERS | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..e2496b4c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @martijnwalraven @abernix diff --git a/README.md b/README.md index 13e4c559..a5c413a7 100644 --- a/README.md +++ b/README.md @@ -283,3 +283,8 @@ npm link cd ~/myApp npm link apollo-server- ``` + +## Maintainers + +- [@martijnwalraven](https://github.com/martijnwalraven) (Apollo) +- [@abernix](https://github.com/abernix) (Apollo)