-
Notifications
You must be signed in to change notification settings - Fork 423
Add a CODEOWNERS file #1337
Copy link
Copy link
Open
Labels
area/devopsInvolves build systems, Make files, Bazel files, continuous integration, and or other DevOps topicsInvolves build systems, Make files, Bazel files, continuous integration, and or other DevOps topics
Metadata
Metadata
Assignees
Labels
area/devopsInvolves build systems, Make files, Bazel files, continuous integration, and or other DevOps topicsInvolves build systems, Make files, Bazel files, continuous integration, and or other DevOps topics
Type
Fields
Give feedbackNo fields configured for Enhancement.
Is your feature request related to a use case or problem?
GitHub CODEOWNERS files allow assigning reviewer responsibilities and help automate code review assignments. This project lacks one, and given we have more than one maintainer, it's probably time to add one.
What solution or approach do you envision?
See Cirq's
.github/CODEOWNERSfile for examples, as well as the GitHub documentation for those files.How urgent is this for you?
P2 – needed within two quarters