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