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