Files
carbon-lang/CODEOWNERS
T
Line: 9: no users/groups matched Line: 13: no users/groups matched Line: 17: no users/groups matched Line: 18: no users/groups matched Line: 21: no users/groups matched Line: 24: no users/groups matched Line: 28: no users/groups matched
Jon Meow e3f922b977 Consolidate ownership for easier reviews (#256)
Add implementation-team to more dirs, drop infra-team
2021-02-04 10:48:33 -08:00

29 lines
1.3 KiB
Plaintext

# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# Most of the repository consists of implementation code or other supporting
# material for the implementation of Carbon. Rather than enumerate these, we
# default them to implementation team ownership, which will be overridden by later
# lines.
* @carbon-language/implementation-team
# Co-own top-level config files. Ownership is actually mixed, but low value to
# separate. Top-level docs will be overridden as core-team-owned files.
/* @carbon-language/implementation-team
# The core team owns the core language and project documentation. The
# implementation team has access for small (non-evolution) edits.
/*.md @carbon-language/core-team @carbon-language/implementation-team
/docs/ @carbon-language/core-team @carbon-language/implementation-team
# The review managers own updates to the proposals.
/proposals/ @carbon-language/review-managers
# The core team should review license changes.
/LICENSE @carbon-language/core-team
# ACLs are owned by the admin team and handled last to avoid accidentally being
# overridden by later patterns.
CODEOWNERS @carbon-language/admin-team