11e89e622SManojkiran Eda# OWNERS 21e89e622SManojkiran Eda# ------ 31e89e622SManojkiran Eda# 41e89e622SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various 51e89e622SManojkiran Eda# parts of this repository, including code review and approval. We use the 61e89e622SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra 71e89e622SManojkiran Eda# keywords for our own purposes and tooling. 81e89e622SManojkiran Eda# 91e89e622SManojkiran Eda# For details on the configuration used by 'owners' see: 101e89e622SManojkiran Eda# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 111e89e622SManojkiran Eda# 121e89e622SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present 131e89e622SManojkiran Eda# in any subdirectory. The contents of the subdirectory OWNERS file are 141e89e622SManojkiran Eda# combined with parent directories unless 'inherit: false' is set. 151e89e622SManojkiran Eda# 161e89e622SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords. 171e89e622SManojkiran Eda# * owners: A list of individuals who have approval authority on the 181e89e622SManojkiran Eda# repository. 191e89e622SManojkiran Eda# 201e89e622SManojkiran Eda# * reviewers: A list of individuals who have requested review notification 211e89e622SManojkiran Eda# on the repository. 221e89e622SManojkiran Eda# 23*e56d8e60SPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 241e89e622SManojkiran Eda# 'reviewers'. See 'owners' plugin documentation. 251e89e622SManojkiran Eda# 261e89e622SManojkiran Eda# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 271e89e622SManojkiran Eda# - name: preferred name of the individual. 281e89e622SManojkiran Eda# - email: preferred email address of the individual. 291e89e622SManojkiran Eda# - discord: Discord nickname of the individual. 301e89e622SManojkiran Eda# 311e89e622SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and 321e89e622SManojkiran Eda# data within them will be kept sorted. 331e89e622SManojkiran Eda 341e89e622SManojkiran Edaowners: 351e89e622SManojkiran Eda- geissonator@yahoo.com 361e89e622SManojkiran Eda 371e89e622SManojkiran Edareviewers: 381e89e622SManojkiran Eda 39*e56d8e60SPatrick Williamsmatchers: 401e89e622SManojkiran Eda 411e89e622SManojkiran Edaopenbmc: 421e89e622SManojkiran Eda- name: Andrew Geissler 431e89e622SManojkiran Eda email: geissonator@yahoo.com 441e89e622SManojkiran Eda discord: geissonator 45