From c5710ceadc2dce772402c3fc72b8f55a69df3c36 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 4 Jul 2018 00:24:29 -0400 Subject: [PATCH] add codeowners file --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..dcdf7080b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# CODEOWNERS: https://help.github.com/articles/about-codeowners/ + +# Primary repo maintainers +* @ebuchman @rigelrozanski @cwgoes + +# Precious documentation +/docs/ @zramsay @jolesbi