CODEOWNERS 1.1 KB

1234567891011121314151617181920212223
  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
  7. # later lines.
  8. * @carbon-language/implementation-team
  9. /* @carbon-language/implementation-team
  10. # Carbon leads own the core language and project documentation. The
  11. # implementation team has access for small (non-evolution) edits.
  12. /*.md @carbon-language/carbon-leads @carbon-language/implementation-team
  13. /docs/ @carbon-language/carbon-leads @carbon-language/implementation-team
  14. # Carbon leads should review proposals and license changes.
  15. /proposals/ @carbon-language/carbon-leads
  16. /LICENSE @carbon-language/carbon-leads
  17. # Carbon leads own ACLs. This is last to prevent other rules from accidentally
  18. # overriding it.
  19. CODEOWNERS @carbon-language/carbon-leads