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