10ae4d66bSBrad Bishop# OWNERS 20ae4d66bSBrad Bishop# ------ 30ae4d66bSBrad Bishop# 40ae4d66bSBrad Bishop# The OWNERS file maintains the list of individuals responsible for various 50ae4d66bSBrad Bishop# parts of this repository, including code review and approval. We use the 60ae4d66bSBrad Bishop# Gerrit 'owners' plugin, which consumes this file, along with some extra 70ae4d66bSBrad Bishop# keywords for our own purposes and tooling. 80ae4d66bSBrad Bishop# 90ae4d66bSBrad Bishop# For details on the configuration used by 'owners' see: 100ae4d66bSBrad Bishop# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 110ae4d66bSBrad Bishop# 120ae4d66bSBrad Bishop# An OWNERS file must be in the root of a repository but may also be present 130ae4d66bSBrad Bishop# in any subdirectory. The contents of the subdirectory OWNERS file are 140ae4d66bSBrad Bishop# combined with parent directories unless 'inherit: false' is set. 150ae4d66bSBrad Bishop# 160ae4d66bSBrad Bishop# The owners file is YAML and has [up to] 4 top-level keywords. 170ae4d66bSBrad Bishop# * owners: A list of individuals who have approval authority on the 180ae4d66bSBrad Bishop# repository. 190ae4d66bSBrad Bishop# 200ae4d66bSBrad Bishop# * reviewers: A list of individuals who have requested review notification 210ae4d66bSBrad Bishop# on the repository. 220ae4d66bSBrad Bishop# 23*4a9e735fSPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 240ae4d66bSBrad Bishop# 'reviewers'. See 'owners' plugin documentation. 250ae4d66bSBrad Bishop# 260ae4d66bSBrad Bishop# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 270ae4d66bSBrad Bishop# - name: preferred name of the individual. 280ae4d66bSBrad Bishop# - email: preferred email address of the individual. 290ae4d66bSBrad Bishop# - discord: Discord nickname of the individual. 300ae4d66bSBrad Bishop# 310ae4d66bSBrad Bishop# It is expected that these 4 sections will be listed in the order above and 320ae4d66bSBrad Bishop# data within them will be kept sorted. 330ae4d66bSBrad Bishop 340ae4d66bSBrad Bishopowners: 350ae4d66bSBrad Bishop- spinler@us.ibm.com 360ae4d66bSBrad Bishop 370ae4d66bSBrad Bishopreviewers: 380ae4d66bSBrad Bishop 39*4a9e735fSPatrick Williamsmatchers: 400ae4d66bSBrad Bishop 410ae4d66bSBrad Bishopopenbmc: 420ae4d66bSBrad Bishop- name: Matt Spinler 430ae4d66bSBrad Bishop email: spinler@us.ibm.com 440ae4d66bSBrad Bishop discord: mspinler 45