• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Top level ownership
2
3# nothing listed here until GitHub CODEOWNERS gets better
4# we need:
5# 1. owners to be able to self-approve
6# 2. authors to be able to select approvers
7
8# OWNERS file approvers
9# POLICY: at least three owners are needed before adding any OWNERS
10# REASON: GitHub does not recognize an author as able to give approval
11#         for a change; without this policy authors that are owners would
12#         be forced to rely on one reviewer, which would consequently
13#         lead to a bus factor of one to changes to that code
14@markdroth **/OWNERS
15@nicolasnoble **/OWNERS
16@a11r **/OWNERS
17
18