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