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