1*afe64c8cSManojkiran Eda# OWNERS 2*afe64c8cSManojkiran Eda# ------ 3*afe64c8cSManojkiran Eda# 4*afe64c8cSManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various 5*afe64c8cSManojkiran Eda# parts of this repository, including code review and approval. We use the 6*afe64c8cSManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra 7*afe64c8cSManojkiran Eda# keywords for our own purposes and tooling. 8*afe64c8cSManojkiran Eda# 9*afe64c8cSManojkiran Eda# For details on the configuration used by 'owners' see: 10*afe64c8cSManojkiran Eda# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 11*afe64c8cSManojkiran Eda# 12*afe64c8cSManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present 13*afe64c8cSManojkiran Eda# in any subdirectory. The contents of the subdirectory OWNERS file are 14*afe64c8cSManojkiran Eda# combined with parent directories unless 'inherit: false' is set. 15*afe64c8cSManojkiran Eda# 16*afe64c8cSManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords. 17*afe64c8cSManojkiran Eda# * owners: A list of individuals who have approval authority on the 18*afe64c8cSManojkiran Eda# repository. 19*afe64c8cSManojkiran Eda# 20*afe64c8cSManojkiran Eda# * reviewers: A list of individuals who have requested review notification 21*afe64c8cSManojkiran Eda# on the repository. 22*afe64c8cSManojkiran Eda# 23*afe64c8cSManojkiran Eda# * matches: A list of specific file/path matches for granular 'owners' and 24*afe64c8cSManojkiran Eda# 'reviewers'. See 'owners' plugin documentation. 25*afe64c8cSManojkiran Eda# 26*afe64c8cSManojkiran Eda# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 27*afe64c8cSManojkiran Eda# - name: preferred name of the individual. 28*afe64c8cSManojkiran Eda# - email: preferred email address of the individual. 29*afe64c8cSManojkiran Eda# - discord: Discord nickname of the individual. 30*afe64c8cSManojkiran Eda# 31*afe64c8cSManojkiran Eda# It is expected that these 4 sections will be listed in the order above and 32*afe64c8cSManojkiran Eda# data within them will be kept sorted. 33*afe64c8cSManojkiran Eda 34*afe64c8cSManojkiran Edaowners: 35*afe64c8cSManojkiran Eda- wak@google.com 36*afe64c8cSManojkiran Eda 37*afe64c8cSManojkiran Edareviewers: 38*afe64c8cSManojkiran Eda 39*afe64c8cSManojkiran Edamatches: 40*afe64c8cSManojkiran Eda 41*afe64c8cSManojkiran Edaopenbmc: 42*afe64c8cSManojkiran Eda- name: William A. Kenngton III 43*afe64c8cSManojkiran Eda email: wak@google.com 44*afe64c8cSManojkiran Eda discord: wak 45