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: 35*98fd7642SPatrick Williams- spinler@us.ibm.com 36*98fd7642SPatrick Williams- patrick@stwcx.xyz 37c4b6ce72SManojkiran Eda 38c4b6ce72SManojkiran Edareviewers: 39c4b6ce72SManojkiran Eda 40230d0c62SPatrick Williamsmatchers: 41c4b6ce72SManojkiran Eda 42c4b6ce72SManojkiran Edaopenbmc: 43*98fd7642SPatrick Williams- name: Matt Spinler 44*98fd7642SPatrick Williams email: spinler@us.ibm.com 45*98fd7642SPatrick Williams discord: mspinler 46*98fd7642SPatrick Williams- name: Patrick Williams 47*98fd7642SPatrick Williams email: patrick@stwcx.xyz 48*98fd7642SPatrick Williams discord: stwcx 49