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