Skip to content

Commit

Permalink
misc(codereview): add CODEOWNERS file (#3591)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Oct 17, 2017
1 parent cc28720 commit b6a676a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b6a676a

Please sign in to comment.