Craig Tiller | e476f7d | 2017-07-12 10:40:56 -0700 | [diff] [blame] | 1 | # Top level ownership |
| 2 | |
Craig Tiller | d996379 | 2017-07-17 10:54:07 -0700 | [diff] [blame] | 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 |
Craig Tiller | e476f7d | 2017-07-12 10:40:56 -0700 | [diff] [blame] | 7 | |
Craig Tiller | aa49cbf | 2017-07-17 10:58:08 -0700 | [diff] [blame] | 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 |
Craig Tiller | d996379 | 2017-07-17 10:54:07 -0700 | [diff] [blame] | 14 | @markdroth **/OWNERS |
| 15 | @nicolasnoble **/OWNERS |
Craig Tiller | c052f36 | 2018-01-10 14:39:52 -0800 | [diff] [blame] | 16 | @a11r **/OWNERS |
Craig Tiller | d996379 | 2017-07-17 10:54:07 -0700 | [diff] [blame] | 17 | |