16a54155eSManojkiran Eda# OWNERS 26a54155eSManojkiran Eda# ------ 36a54155eSManojkiran Eda# 46a54155eSManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various 56a54155eSManojkiran Eda# parts of this repository, including code review and approval. We use the 66a54155eSManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra 76a54155eSManojkiran Eda# keywords for our own purposes and tooling. 86a54155eSManojkiran Eda# 96a54155eSManojkiran Eda# For details on the configuration used by 'owners' see: 106a54155eSManojkiran Eda# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 116a54155eSManojkiran Eda# 126a54155eSManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present 136a54155eSManojkiran Eda# in any subdirectory. The contents of the subdirectory OWNERS file are 146a54155eSManojkiran Eda# combined with parent directories unless 'inherit: false' is set. 156a54155eSManojkiran Eda# 166a54155eSManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords. 176a54155eSManojkiran Eda# * owners: A list of individuals who have approval authority on the 186a54155eSManojkiran Eda# repository. 196a54155eSManojkiran Eda# 206a54155eSManojkiran Eda# * reviewers: A list of individuals who have requested review notification 216a54155eSManojkiran Eda# on the repository. 226a54155eSManojkiran Eda# 23*0f843a88SPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 246a54155eSManojkiran Eda# 'reviewers'. See 'owners' plugin documentation. 256a54155eSManojkiran Eda# 266a54155eSManojkiran Eda# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 276a54155eSManojkiran Eda# - name: preferred name of the individual. 286a54155eSManojkiran Eda# - email: preferred email address of the individual. 296a54155eSManojkiran Eda# - discord: Discord nickname of the individual. 306a54155eSManojkiran Eda# 316a54155eSManojkiran Eda# It is expected that these 4 sections will be listed in the order above and 326a54155eSManojkiran Eda# data within them will be kept sorted. 336a54155eSManojkiran Eda 346a54155eSManojkiran Edaowners: 356a54155eSManojkiran Eda- wak@google.com 366a54155eSManojkiran Eda 376a54155eSManojkiran Edareviewers: 386a54155eSManojkiran Eda 39*0f843a88SPatrick Williamsmatchers: 406a54155eSManojkiran Eda 416a54155eSManojkiran Edaopenbmc: 426a54155eSManojkiran Eda- name: William Kennington 436a54155eSManojkiran Eda email: wak@google.com 446a54155eSManojkiran Eda discord: wak 45