1076f9eceSManojkiran Eda# OWNERS 2076f9eceSManojkiran Eda# ------ 3076f9eceSManojkiran Eda# 4076f9eceSManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various 5076f9eceSManojkiran Eda# parts of this repository, including code review and approval. We use the 6076f9eceSManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra 7076f9eceSManojkiran Eda# keywords for our own purposes and tooling. 8076f9eceSManojkiran Eda# 9076f9eceSManojkiran Eda# For details on the configuration used by 'owners' see: 10076f9eceSManojkiran Eda# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 11076f9eceSManojkiran Eda# 12076f9eceSManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present 13076f9eceSManojkiran Eda# in any subdirectory. The contents of the subdirectory OWNERS file are 14076f9eceSManojkiran Eda# combined with parent directories unless 'inherit: false' is set. 15076f9eceSManojkiran Eda# 16076f9eceSManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords. 17076f9eceSManojkiran Eda# * owners: A list of individuals who have approval authority on the 18076f9eceSManojkiran Eda# repository. 19076f9eceSManojkiran Eda# 20076f9eceSManojkiran Eda# * reviewers: A list of individuals who have requested review notification 21076f9eceSManojkiran Eda# on the repository. 22076f9eceSManojkiran Eda# 23*59cc2095SPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 24076f9eceSManojkiran Eda# 'reviewers'. See 'owners' plugin documentation. 25076f9eceSManojkiran Eda# 26076f9eceSManojkiran Eda# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 27076f9eceSManojkiran Eda# - name: preferred name of the individual. 28076f9eceSManojkiran Eda# - email: preferred email address of the individual. 29076f9eceSManojkiran Eda# - discord: Discord nickname of the individual. 30076f9eceSManojkiran Eda# 31076f9eceSManojkiran Eda# It is expected that these 4 sections will be listed in the order above and 32076f9eceSManojkiran Eda# data within them will be kept sorted. 33076f9eceSManojkiran Eda 34076f9eceSManojkiran Edaowners: 35076f9eceSManojkiran Eda- mine260309@gmail.com 36076f9eceSManojkiran Eda- vishwa@linux.vnet.ibm.com 37076f9eceSManojkiran Eda 38076f9eceSManojkiran Edareviewers: 39076f9eceSManojkiran Eda 40*59cc2095SPatrick Williamsmatchers: 41076f9eceSManojkiran Eda 42076f9eceSManojkiran Edaopenbmc: 43076f9eceSManojkiran Eda- name: Lei Yu 44076f9eceSManojkiran Eda email: mine260309@gmail.com 45076f9eceSManojkiran Eda discord: LeiYU 46076f9eceSManojkiran Eda- name: Vishwanatha Subbanna 47076f9eceSManojkiran Eda email: vishwa@linux.vnet.ibm.com 48076f9eceSManojkiran Eda discord: vishwa 49