19c7783baSManojkiran Eda# OWNERS 29c7783baSManojkiran Eda# ------ 39c7783baSManojkiran Eda# 49c7783baSManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various 59c7783baSManojkiran Eda# parts of this repository, including code review and approval. We use the 69c7783baSManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra 79c7783baSManojkiran Eda# keywords for our own purposes and tooling. 89c7783baSManojkiran Eda# 99c7783baSManojkiran Eda# For details on the configuration used by 'owners' see: 109c7783baSManojkiran Eda# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 119c7783baSManojkiran Eda# 129c7783baSManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present 139c7783baSManojkiran Eda# in any subdirectory. The contents of the subdirectory OWNERS file are 149c7783baSManojkiran Eda# combined with parent directories unless 'inherit: false' is set. 159c7783baSManojkiran Eda# 169c7783baSManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords. 179c7783baSManojkiran Eda# * owners: A list of individuals who have approval authority on the 189c7783baSManojkiran Eda# repository. 199c7783baSManojkiran Eda# 209c7783baSManojkiran Eda# * reviewers: A list of individuals who have requested review notification 219c7783baSManojkiran Eda# on the repository. 229c7783baSManojkiran Eda# 23640de114SAndrew Jeffery# * matchers: A list of specific file/path matchers for granular 'owners' and 249c7783baSManojkiran Eda# 'reviewers'. See 'owners' plugin documentation. 259c7783baSManojkiran Eda# 269c7783baSManojkiran Eda# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 279c7783baSManojkiran Eda# - name: preferred name of the individual. 289c7783baSManojkiran Eda# - email: preferred email address of the individual. 299c7783baSManojkiran Eda# - discord: Discord nickname of the individual. 309c7783baSManojkiran Eda# 319c7783baSManojkiran Eda# It is expected that these 4 sections will be listed in the order above and 329c7783baSManojkiran Eda# data within them will be kept sorted. 339c7783baSManojkiran Eda 349c7783baSManojkiran Edaowners: 35*92eb2222SAndrew Jeffery- andrew@codeconstruct.com.au 369c7783baSManojkiran Eda 379c7783baSManojkiran Edareviewers: 389c7783baSManojkiran Eda 39640de114SAndrew Jefferymatchers: 409c7783baSManojkiran Eda 419c7783baSManojkiran Edaopenbmc: 429c7783baSManojkiran Eda- name: Andrew Jeffery 43*92eb2222SAndrew Jeffery email: andrew@codeconstruct.com.au 449c7783baSManojkiran Eda discord: arj 45