From b6a676afe3aea4b1b09088a73a071a73240bbc1b Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Tue, 17 Oct 2017 13:48:24 -0700 Subject: [PATCH] misc(codereview): add CODEOWNERS file (#3591) --- .github/CODEOWNERS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..8c8fbca39e61 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,20 @@ +# Each line is a file pattern followed by one or more owners. +# Order is important. The last matching pattern has the most precedence. +# https://help.github.com/articles/about-codeowners/ + +lighthouse-cli/ @patrickhulce @paulirish +lighthouse-cli/test/fixtures/ @patrickhulce @brendankenny +lighthouse-cli/test/smokehouse/ @patrickhulce @brendankenny + +lighthouse-core/gather/ @patrickhulce @paulirish +lighthouse-core/audits/ @patrickhulce @brendankenny @paulirish +lighthouse-core/report/ @vinamratasingal @paulirish + +lighthouse-core/config/ @patrickhulce @brendankenny +lighthouse-core/lib/ @brendankenny @paulirish +lighthouse-extension/ @paulirish @patrickhulce +lighthouse-viewer/ @ebidel @brendankenny + +docs/ @vinamratasingal @paulirish + +# no explicit owner for plots, travis, etc