12e93a03dSManojkiran Eda# OWNERS 22e93a03dSManojkiran Eda# ------ 32e93a03dSManojkiran Eda# 42e93a03dSManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various 52e93a03dSManojkiran Eda# parts of this repository, including code review and approval. We use the 62e93a03dSManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra 72e93a03dSManojkiran Eda# keywords for our own purposes and tooling. 82e93a03dSManojkiran Eda# 92e93a03dSManojkiran Eda# For details on the configuration used by 'owners' see: 102e93a03dSManojkiran Eda# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 112e93a03dSManojkiran Eda# 122e93a03dSManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present 132e93a03dSManojkiran Eda# in any subdirectory. The contents of the subdirectory OWNERS file are 142e93a03dSManojkiran Eda# combined with parent directories unless 'inherit: false' is set. 152e93a03dSManojkiran Eda# 162e93a03dSManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords. 172e93a03dSManojkiran Eda# * owners: A list of individuals who have approval authority on the 182e93a03dSManojkiran Eda# repository. 192e93a03dSManojkiran Eda# 202e93a03dSManojkiran Eda# * reviewers: A list of individuals who have requested review notification 212e93a03dSManojkiran Eda# on the repository. 222e93a03dSManojkiran Eda# 2319100628SPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 242e93a03dSManojkiran Eda# 'reviewers'. See 'owners' plugin documentation. 252e93a03dSManojkiran Eda# 262e93a03dSManojkiran Eda# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 272e93a03dSManojkiran Eda# - name: preferred name of the individual. 282e93a03dSManojkiran Eda# - email: preferred email address of the individual. 292e93a03dSManojkiran Eda# - discord: Discord nickname of the individual. 302e93a03dSManojkiran Eda# 312e93a03dSManojkiran Eda# It is expected that these 4 sections will be listed in the order above and 322e93a03dSManojkiran Eda# data within them will be kept sorted. 332e93a03dSManojkiran Eda 342e93a03dSManojkiran Edaowners: 35*66ddf711SAndrew Jeffery- andrew@codeconstruct.com.au 362e93a03dSManojkiran Eda- jk@ozlabs.org 372e93a03dSManojkiran Eda- joel@jms.id.au 382e93a03dSManojkiran Eda 392e93a03dSManojkiran Edareviewers: 40c9f4a556SNinad Palsule- ninadpalsule@us.ibm.com 412e93a03dSManojkiran Eda 4219100628SPatrick Williamsmatchers: 432e93a03dSManojkiran Eda 442e93a03dSManojkiran Edaopenbmc: 452e93a03dSManojkiran Eda- name: Andrew Jeffery 46*66ddf711SAndrew Jeffery email: andrew@codeconstruct.com.au 472e93a03dSManojkiran Eda discord: arj 482e93a03dSManojkiran Eda- name: Jeremy Kerr 492e93a03dSManojkiran Eda email: jk@ozlabs.org 502e93a03dSManojkiran Eda discord: jk- 512e93a03dSManojkiran Eda- name: Joel Stanley 522e93a03dSManojkiran Eda email: joel@jms.id.au 532e93a03dSManojkiran Eda discord: joel 54c9f4a556SNinad Palsule- name: Ninad Palsule 55c9f4a556SNinad Palsule email: ninadpalsule@us.ibm.com 56c9f4a556SNinad Palsule discord: ninadpalsule 57