10123e91aSPatrick Williams# OWNERS 20123e91aSPatrick Williams# ------ 30123e91aSPatrick Williams# 40123e91aSPatrick Williams# The OWNERS file maintains the list of individuals responsible for various 50123e91aSPatrick Williams# parts of this repository, including code review and approval. We use the 60123e91aSPatrick Williams# Gerrit 'owners' plugin, which consumes this file, along with some extra 70123e91aSPatrick Williams# keywords for our own purposes and tooling. 80123e91aSPatrick Williams# 90123e91aSPatrick Williams# For details on the configuration used by 'owners' see: 100123e91aSPatrick Williams# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 110123e91aSPatrick Williams# 120123e91aSPatrick Williams# An OWNERS file must be in the root of a repository but may also be present 130123e91aSPatrick Williams# in any subdirectory. The contents of the subdirectory OWNERS file are 140123e91aSPatrick Williams# combined with parent directories unless 'inherit: false' is set. 150123e91aSPatrick Williams# 160123e91aSPatrick Williams# The owners file is YAML and has [up to] 4 top-level keywords. 170123e91aSPatrick Williams# * owners: A list of individuals who have approval authority on the 180123e91aSPatrick Williams# repository. 190123e91aSPatrick Williams# 200123e91aSPatrick Williams# * reviewers: A list of individuals who have requested review notification 210123e91aSPatrick Williams# on the repository. 220123e91aSPatrick Williams# 230123e91aSPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 240123e91aSPatrick Williams# 'reviewers'. See 'owners' plugin documentation. 250123e91aSPatrick Williams# 260123e91aSPatrick Williams# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 270123e91aSPatrick Williams# - name: preferred name of the individual. 280123e91aSPatrick Williams# - email: preferred email address of the individual. 290123e91aSPatrick Williams# - discord: Discord nickname of the individual. 300123e91aSPatrick Williams# 310123e91aSPatrick Williams# It is expected that these 4 sections will be listed in the order above and 320123e91aSPatrick Williams# data within them will be kept sorted. 330123e91aSPatrick Williams 340123e91aSPatrick Williamsowners: 35*97985148SAndrew Jeffery- andrew@codeconstruct.com.au 360123e91aSPatrick Williams- geissonator@yahoo.com 370123e91aSPatrick Williams 380123e91aSPatrick Williamsreviewers: 390123e91aSPatrick Williams 400123e91aSPatrick Williamsopenbmc: 410123e91aSPatrick Williams- name: Andrew Geissler 420123e91aSPatrick Williams email: geissonator@yahoo.com 430123e91aSPatrick Williams discord: geissonator 440123e91aSPatrick Williams- name: Andrew Jeffery 45*97985148SAndrew Jeffery email: andrew@codeconstruct.com.au 460123e91aSPatrick Williams discord: arj 47