1531f8c55SBrad Bishop# OWNERS 2531f8c55SBrad Bishop# ------ 3531f8c55SBrad Bishop# 4531f8c55SBrad Bishop# The OWNERS file maintains the list of individuals responsible for various 5531f8c55SBrad Bishop# parts of this repository, including code review and approval. We use the 6531f8c55SBrad Bishop# Gerrit 'owners' plugin, which consumes this file, along with some extra 7531f8c55SBrad Bishop# keywords for our own purposes and tooling. 8531f8c55SBrad Bishop# 9531f8c55SBrad Bishop# For details on the configuration used by 'owners' see: 10531f8c55SBrad Bishop# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 11531f8c55SBrad Bishop# 12531f8c55SBrad Bishop# An OWNERS file must be in the root of a repository but may also be present 13531f8c55SBrad Bishop# in any subdirectory. The contents of the subdirectory OWNERS file are 14531f8c55SBrad Bishop# combined with parent directories unless 'inherit: false' is set. 15531f8c55SBrad Bishop# 16531f8c55SBrad Bishop# The owners file is YAML and has [up to] 4 top-level keywords. 17531f8c55SBrad Bishop# * owners: A list of individuals who have approval authority on the 18531f8c55SBrad Bishop# repository. 19531f8c55SBrad Bishop# 20531f8c55SBrad Bishop# * reviewers: A list of individuals who have requested review notification 21531f8c55SBrad Bishop# on the repository. 22531f8c55SBrad Bishop# 23fc153235SPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 24531f8c55SBrad Bishop# 'reviewers'. See 'owners' plugin documentation. 25531f8c55SBrad Bishop# 26531f8c55SBrad Bishop# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 27531f8c55SBrad Bishop# - name: preferred name of the individual. 28531f8c55SBrad Bishop# - email: preferred email address of the individual. 29531f8c55SBrad Bishop# - discord: Discord nickname of the individual. 30531f8c55SBrad Bishop# 31531f8c55SBrad Bishop# It is expected that these 4 sections will be listed in the order above and 32531f8c55SBrad Bishop# data within them will be kept sorted. 33531f8c55SBrad Bishop 34531f8c55SBrad Bishopowners: 35*c8285aefSAndrew Geissler- geissonator@yahoo.com 36531f8c55SBrad Bishop 37531f8c55SBrad Bishopreviewers: 38531f8c55SBrad Bishop 39fc153235SPatrick Williamsmatchers: 40531f8c55SBrad Bishop 41531f8c55SBrad Bishopopenbmc: 42*c8285aefSAndrew Geissler- name: Andrew Geissler 43*c8285aefSAndrew Geissler email: geissonator@yahoo.com 44*c8285aefSAndrew Geissler discord: geissonator 45