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

Code Owners #2584

Closed
stephenplusplus opened this issue Aug 31, 2017 · 0 comments
Closed

Code Owners #2584

stephenplusplus opened this issue Aug 31, 2017 · 0 comments
Assignees

Comments

@stephenplusplus
Copy link
Contributor

We need a file like this, but with more Node-y people in it:

Source: https://github.com/lukesneeringer/google-cloud-python/blob/5edcd7e6feba48d7ef9cf59010b286f0edf3aa35/.github/CODEOWNERS

# 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

# Danny Hermes is the primary author of the original core library, as
# well as most of the testing code.
core/*                    @dhermes
test_utils/*              @dhermes

# Jon Wayne Parrott is the author of the new google.api.core library.
# NOTE: This trumps the previous core/* directive, since the last match is
#       what matters.
core/google/api/core/*    @jonparrott

# Tres Seaver and Tim Swast share responsibility for BigQuery.
bigquery/*                @tswast @tseaver

# Danny Hermes and Tres Seaver co-authored the BigTable library.
bigtable/*                @dhermes @tseaver

# Danny Hermes is the primary maintainer of the Datastore library.
datastore/*               @dhermes

# Bill Prin is the primary maintainer of the Stackdriver libraries.
error_reporting/*         @waprin
monitoring/*              @waprin @supriyagarg @rimey
logging/*                 @waprin @tseaver

# Luke Sneeringer is the primary author of the ML API clients.
language/*                @lukesneeringer
speech/*                  @lukesneeringer
translate/*               @lukesneeringer
videointelligence/*       @lukesneeringer
vision/*                  @lukesneeringer

# Luke Sneeringer is the primary author of Pub/Sub.
pubsub/*                  @lukesneeringer

# Danny Hermes is the primary author of resource manager
resourcemanager/*         @dhermes

# Tim Swast is the primary author of Runtime Config.
runtimeconfig/            @tswast

# Vikas Kedia is the product owner and Tres Seaver the author for Spanner.
spanner/*                 @vkedia @tseaver

# Doug Greiman and Angela Li are the owners of trace.
trace/*                   @liyanhui1228 @duggelz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant