Skip to content

Commit

Permalink
add CODEOWNERS file (#2606)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored Sep 18, 2017
1 parent 8ca2a85 commit 7ab09a3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Code owners file.
# This file controls who is tagged for review for any given pull request.

# Luke Sneeringer is the default owner for anything not explicitly taken by
# someone else.
* @lukesneeringer

# Dave Gramlich is the primary author of the scripts that generate the
# documentation and run test scripts.
docs/* @callmehiphop
scripts/* @callmehiphop

# Dave Gramlich and Stephen Sawchuk are the primary authors and share
# responsibility for most libraries and tests.
packages/* @callmehiphop @stephenplusplus
system-test/* @callmehiphop @stephenplusplus
test/* @callmehiphop @stephenplusplus

# @GoogleCloudPlatform/node-team is responsible for the Logging extension
# libraries.
packages/error-reporting/* @GoogleCloudPlatform/node-team
packages/logging-bunyan/* @GoogleCloudPlatform/node-team
packages/logging-winston/* @GoogleCloudPlatform/node-team

# Luke Sneeringer is the primary author of the ML API clients.
packages/dlp/* @lukesneeringer
packages/language/* @lukesneeringer
packages/monitoring/* @lukesneeringer
packages/speech/* @lukesneeringer
packages/video-intelligence/* @lukesneeringer
packages/vision/* @lukesneeringer

0 comments on commit 7ab09a3

Please sign in to comment.