18944f2e2SManojkiran Eda# OWNERS 28944f2e2SManojkiran Eda# ------ 38944f2e2SManojkiran Eda# 48944f2e2SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various 58944f2e2SManojkiran Eda# parts of this repository, including code review and approval. We use the 68944f2e2SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra 78944f2e2SManojkiran Eda# keywords for our own purposes and tooling. 88944f2e2SManojkiran Eda# 98944f2e2SManojkiran Eda# For details on the configuration used by 'owners' see: 108944f2e2SManojkiran Eda# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 118944f2e2SManojkiran Eda# 128944f2e2SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present 138944f2e2SManojkiran Eda# in any subdirectory. The contents of the subdirectory OWNERS file are 148944f2e2SManojkiran Eda# combined with parent directories unless 'inherit: false' is set. 158944f2e2SManojkiran Eda# 168944f2e2SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords. 178944f2e2SManojkiran Eda# * owners: A list of individuals who have approval authority on the 188944f2e2SManojkiran Eda# repository. 198944f2e2SManojkiran Eda# 208944f2e2SManojkiran Eda# * reviewers: A list of individuals who have requested review notification 218944f2e2SManojkiran Eda# on the repository. 228944f2e2SManojkiran Eda# 23*42c77addSPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 248944f2e2SManojkiran Eda# 'reviewers'. See 'owners' plugin documentation. 258944f2e2SManojkiran Eda# 268944f2e2SManojkiran Eda# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 278944f2e2SManojkiran Eda# - name: preferred name of the individual. 288944f2e2SManojkiran Eda# - email: preferred email address of the individual. 298944f2e2SManojkiran Eda# - discord: Discord nickname of the individual. 308944f2e2SManojkiran Eda# 318944f2e2SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and 328944f2e2SManojkiran Eda# data within them will be kept sorted. 338944f2e2SManojkiran Eda 348944f2e2SManojkiran Edaowners: 358944f2e2SManojkiran Eda- wak@google.com 368944f2e2SManojkiran Eda 378944f2e2SManojkiran Edareviewers: 388944f2e2SManojkiran Eda 39*42c77addSPatrick Williamsmatchers: 408944f2e2SManojkiran Eda 418944f2e2SManojkiran Edaopenbmc: 428944f2e2SManojkiran Eda- name: William Kennington 438944f2e2SManojkiran Eda email: wak@google.com 448944f2e2SManojkiran Eda discord: wak 45