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