Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CODEOWNERS file #2606

Merged
merged 2 commits into from
Sep 18, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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

# Ali Sheikh is the primary maintainer of the Logging extension libraries.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

packages/error-reporting/* @ofrobots
packages/logging-bunyan/* @ofrobots
packages/logging-winston/* @ofrobots

# 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