CODEOWNERS 1.3 KB

12345678910111213141516171819202122232425262728
  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 implementation team ownership, which will be overridden by later
  7. # lines.
  8. * @carbon-language/implementation-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/implementation-team
  12. # The core team owns the core language and project documentation. The
  13. # implementation team has access for small (non-evolution) edits.
  14. /*.md @carbon-language/core-team @carbon-language/implementation-team
  15. /docs/ @carbon-language/core-team @carbon-language/implementation-team
  16. # The review managers own updates to the proposals.
  17. /proposals/ @carbon-language/review-managers
  18. # The core team should review license changes.
  19. /LICENSE @carbon-language/core-team
  20. # ACLs are owned by the admin team and handled last to avoid accidentally being
  21. # overridden by later patterns.
  22. CODEOWNERS @carbon-language/admin-team