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