1c4b6ce72SManojkiran Eda# OWNERS 2c4b6ce72SManojkiran Eda# ------ 3c4b6ce72SManojkiran Eda# 4c4b6ce72SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various 5c4b6ce72SManojkiran Eda# parts of this repository, including code review and approval. We use the 6c4b6ce72SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra 7c4b6ce72SManojkiran Eda# keywords for our own purposes and tooling. 8c4b6ce72SManojkiran Eda# 9c4b6ce72SManojkiran Eda# For details on the configuration used by 'owners' see: 10c4b6ce72SManojkiran Eda# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 11c4b6ce72SManojkiran Eda# 12c4b6ce72SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present 13c4b6ce72SManojkiran Eda# in any subdirectory. The contents of the subdirectory OWNERS file are 14c4b6ce72SManojkiran Eda# combined with parent directories unless 'inherit: false' is set. 15c4b6ce72SManojkiran Eda# 16c4b6ce72SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords. 17c4b6ce72SManojkiran Eda# * owners: A list of individuals who have approval authority on the 18c4b6ce72SManojkiran Eda# repository. 19c4b6ce72SManojkiran Eda# 20c4b6ce72SManojkiran Eda# * reviewers: A list of individuals who have requested review notification 21c4b6ce72SManojkiran Eda# on the repository. 22c4b6ce72SManojkiran Eda# 23230d0c62SPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 24c4b6ce72SManojkiran Eda# 'reviewers'. See 'owners' plugin documentation. 25c4b6ce72SManojkiran Eda# 26c4b6ce72SManojkiran Eda# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 27c4b6ce72SManojkiran Eda# - name: preferred name of the individual. 28c4b6ce72SManojkiran Eda# - email: preferred email address of the individual. 29c4b6ce72SManojkiran Eda# - discord: Discord nickname of the individual. 30c4b6ce72SManojkiran Eda# 31c4b6ce72SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and 32c4b6ce72SManojkiran Eda# data within them will be kept sorted. 33c4b6ce72SManojkiran Eda 34c4b6ce72SManojkiran Edaowners: 3598fd7642SPatrick Williams- spinler@us.ibm.com 3698fd7642SPatrick Williams- patrick@stwcx.xyz 37c4b6ce72SManojkiran Eda 38c4b6ce72SManojkiran Edareviewers: 39*65d35f1aSChristopher Meis- christopher.meis@9elements.com 40c4b6ce72SManojkiran Eda 41230d0c62SPatrick Williamsmatchers: 42c4b6ce72SManojkiran Eda 43c4b6ce72SManojkiran Edaopenbmc: 4498fd7642SPatrick Williams- name: Matt Spinler 4598fd7642SPatrick Williams email: spinler@us.ibm.com 4698fd7642SPatrick Williams discord: mspinler 4798fd7642SPatrick Williams- name: Patrick Williams 4898fd7642SPatrick Williams email: patrick@stwcx.xyz 4998fd7642SPatrick Williams discord: stwcx 50*65d35f1aSChristopher Meis- name: Christopher Meis 51*65d35f1aSChristopher Meis email: christopher.meis@9elements.com 52*65d35f1aSChristopher Meis discord: chrimarme_12525 53