CODEOWNERS 1.4 KB

123456789101112131415161718192021222324252627282930
  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. # Most of the repository consists of implementation code or other supporting
  5. # material for the implementation of Carbon. Rather than enumerate these, we
  6. # default them to toolchain team ownership, which will be overridden by later
  7. # lines.
  8. * @carbon-language/toolchain-team
  9. # Co-own top-level config files. Ownership is actually mixed, but low value to
  10. # separate. Top-level docs will be overridden as core-team-owned files.
  11. /* @carbon-language/toolchain-team @carbon-language/infra-team
  12. # Directories that contain infrastructure and support scripts.
  13. /.github/ @carbon-language/infra-team
  14. /github/ @carbon-language/infra-team
  15. /website/ @carbon-language/infra-team
  16. # The core team owns the core language and project documentation.
  17. /*.md @carbon-language/core-team
  18. /LICENSE @carbon-language/core-team
  19. /docs/ @carbon-language/core-team
  20. # The review managers own updates to the proposals.
  21. /proposals/ @carbon-language/review-managers
  22. # ACLs are owned by the admin team and handled last to avoid accidentally being
  23. # overridden by later patterns.
  24. CODEOWNERS @carbon-language/admin-team