CODEOWNERS 553 B

123456789101112131415
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. # Global owners.
  5. * @carbon-language/admin-team
  6. # The core team owns the core language and project documentation.
  7. /docs/ @carbon-language/core-team
  8. # The review managers own updates to the proposals.
  9. /proposals/ @carbon-language/review-managers
  10. # This directory contains infrastructure and support scripts
  11. /src/ @carbon-language/infra-team