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