17d87668cSAdrian Ambrożewicz# OWNERS 27d87668cSAdrian Ambrożewicz# ------ 37d87668cSAdrian Ambrożewicz# 47d87668cSAdrian Ambrożewicz# The OWNERS file maintains the list of individuals responsible for various 57d87668cSAdrian Ambrożewicz# parts of this repository, including code review and approval. We use the 67d87668cSAdrian Ambrożewicz# Gerrit 'owners' plugin, which consumes this file, along with some extra 77d87668cSAdrian Ambrożewicz# keywords for our own purposes and tooling. 87d87668cSAdrian Ambrożewicz# 97d87668cSAdrian Ambrożewicz# For details on the configuration used by 'owners' see: 107d87668cSAdrian Ambrożewicz# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 117d87668cSAdrian Ambrożewicz# 127d87668cSAdrian Ambrożewicz# An OWNERS file must be in the root of a repository but may also be present 137d87668cSAdrian Ambrożewicz# in any subdirectory. The contents of the subdirectory OWNERS file are 147d87668cSAdrian Ambrożewicz# combined with parent directories unless 'inherit: false' is set. 157d87668cSAdrian Ambrożewicz# 167d87668cSAdrian Ambrożewicz# The owners file is YAML and has [up to] 4 top-level keywords. 177d87668cSAdrian Ambrożewicz# * owners: A list of individuals who have approval authority on the 187d87668cSAdrian Ambrożewicz# repository. 197d87668cSAdrian Ambrożewicz# 207d87668cSAdrian Ambrożewicz# * reviewers: A list of individuals who have requested review notification 217d87668cSAdrian Ambrożewicz# on the repository. 227d87668cSAdrian Ambrożewicz# 237d87668cSAdrian Ambrożewicz# * matchers: A list of specific file/path matchers for granular 'owners' and 247d87668cSAdrian Ambrożewicz# 'reviewers'. See 'owners' plugin documentation. 257d87668cSAdrian Ambrożewicz# 267d87668cSAdrian Ambrożewicz# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 277d87668cSAdrian Ambrożewicz# - name: preferred name of the individual. 287d87668cSAdrian Ambrożewicz# - email: preferred email address of the individual. 297d87668cSAdrian Ambrożewicz# - discord: Discord nickname of the individual. 307d87668cSAdrian Ambrożewicz# 317d87668cSAdrian Ambrożewicz# It is expected that these 4 sections will be listed in the order above and 327d87668cSAdrian Ambrożewicz# data within them will be kept sorted. 337d87668cSAdrian Ambrożewicz 34d7cebdd3SKrzysztof Grobelnyowners: 35*537b23d8SAdrian Ambrożewicz- michalx.orzel@intel.com 367d87668cSAdrian Ambrożewicz 377d87668cSAdrian Ambrożewiczreviewers: 38*537b23d8SAdrian Ambrożewicz- boleslawx.ogonczyk-makowski@intel.com 397d87668cSAdrian Ambrożewicz 407d87668cSAdrian Ambrożewiczmatchers: 417d87668cSAdrian Ambrożewicz 427d87668cSAdrian Ambrożewiczopenbmc: 437d87668cSAdrian Ambrożewicz- name: Michal Orzel 447d87668cSAdrian Ambrożewicz email: michalx.orzel@intel.com 457d87668cSAdrian Ambrożewicz discord: morzelx 46*537b23d8SAdrian Ambrożewicz- name: Boleslaw Ogonczyk-Makowski 47*537b23d8SAdrian Ambrożewicz email: boleslawx.ogonczyk-makowski@intel.com 48*537b23d8SAdrian Ambrożewicz discord: qndel 49