1aea98e10SBrad Bishop# OWNERS 2aea98e10SBrad Bishop# ------ 3aea98e10SBrad Bishop# 4aea98e10SBrad Bishop# The OWNERS file maintains the list of individuals responsible for various 5aea98e10SBrad Bishop# parts of this repository, including code review and approval. We use the 6aea98e10SBrad Bishop# Gerrit 'owners' plugin, which consumes this file, along with some extra 7aea98e10SBrad Bishop# keywords for our own purposes and tooling. 8aea98e10SBrad Bishop# 9aea98e10SBrad Bishop# For details on the configuration used by 'owners' see: 10aea98e10SBrad Bishop# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 11aea98e10SBrad Bishop# 12aea98e10SBrad Bishop# An OWNERS file must be in the root of a repository but may also be present 13aea98e10SBrad Bishop# in any subdirectory. The contents of the subdirectory OWNERS file are 14aea98e10SBrad Bishop# combined with parent directories unless 'inherit: false' is set. 15aea98e10SBrad Bishop# 16aea98e10SBrad Bishop# The owners file is YAML and has [up to] 4 top-level keywords. 17aea98e10SBrad Bishop# * owners: A list of individuals who have approval authority on the 18aea98e10SBrad Bishop# repository. 19aea98e10SBrad Bishop# 20aea98e10SBrad Bishop# * reviewers: A list of individuals who have requested review notification 21aea98e10SBrad Bishop# on the repository. 22aea98e10SBrad Bishop# 23b8a0f586SPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 24aea98e10SBrad Bishop# 'reviewers'. See 'owners' plugin documentation. 25aea98e10SBrad Bishop# 26aea98e10SBrad Bishop# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 27aea98e10SBrad Bishop# - name: preferred name of the individual. 28aea98e10SBrad Bishop# - email: preferred email address of the individual. 29aea98e10SBrad Bishop# - discord: Discord nickname of the individual. 30aea98e10SBrad Bishop# 31aea98e10SBrad Bishop# It is expected that these 4 sections will be listed in the order above and 32aea98e10SBrad Bishop# data within them will be kept sorted. 33aea98e10SBrad Bishop 34aea98e10SBrad Bishopowners: 35290a3c97SGeorge Keishing- gkeishin@gmail.com 36aea98e10SBrad Bishop 37aea98e10SBrad Bishopreviewers: 38*2072fe8cSGeorge Keishing- anusha.dathatri@gmail.com 395e6fb7a8SGeorge Keishing- sridevra@in.ibm.com 40aea98e10SBrad Bishop 41aea98e10SBrad Bishopmatchers: 42aea98e10SBrad Bishop 43aea98e10SBrad Bishopopenbmc: 44aea98e10SBrad Bishop- name: George Keishing 45290a3c97SGeorge Keishing email: gkeishin@gmail.com 46aea98e10SBrad Bishop discord: gkeishin 4797c44657SGeorge Keishing- name: Anusha Dathatri 48*2072fe8cSGeorge Keishing email: anusha.dathatri@gmail.com 49*2072fe8cSGeorge Keishing discord: adathatr3861 505e6fb7a8SGeorge Keishing- name: Sridevi Ramesh 515e6fb7a8SGeorge Keishing email: sridevra@in.ibm.com 525e6fb7a8SGeorge Keishing discord: srideviramesh 53