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