10a3fe497SManojkiran Eda# OWNERS 20a3fe497SManojkiran Eda# ------ 30a3fe497SManojkiran Eda# 40a3fe497SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various 50a3fe497SManojkiran Eda# parts of this repository, including code review and approval. We use the 60a3fe497SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra 70a3fe497SManojkiran Eda# keywords for our own purposes and tooling. 80a3fe497SManojkiran Eda# 90a3fe497SManojkiran Eda# For details on the configuration used by 'owners' see: 100a3fe497SManojkiran Eda# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 110a3fe497SManojkiran Eda# 120a3fe497SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present 130a3fe497SManojkiran Eda# in any subdirectory. The contents of the subdirectory OWNERS file are 140a3fe497SManojkiran Eda# combined with parent directories unless 'inherit: false' is set. 150a3fe497SManojkiran Eda# 160a3fe497SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords. 170a3fe497SManojkiran Eda# * owners: A list of individuals who have approval authority on the 180a3fe497SManojkiran Eda# repository. 190a3fe497SManojkiran Eda# 200a3fe497SManojkiran Eda# * reviewers: A list of individuals who have requested review notification 210a3fe497SManojkiran Eda# on the repository. 220a3fe497SManojkiran Eda# 23*a1506ef5SPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 240a3fe497SManojkiran Eda# 'reviewers'. See 'owners' plugin documentation. 250a3fe497SManojkiran Eda# 260a3fe497SManojkiran Eda# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 270a3fe497SManojkiran Eda# - name: preferred name of the individual. 280a3fe497SManojkiran Eda# - email: preferred email address of the individual. 290a3fe497SManojkiran Eda# - discord: Discord nickname of the individual. 300a3fe497SManojkiran Eda# 310a3fe497SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and 320a3fe497SManojkiran Eda# data within them will be kept sorted. 330a3fe497SManojkiran Eda 340a3fe497SManojkiran Edaowners: 350a3fe497SManojkiran Eda- devenrao@in.ibm.com 360a3fe497SManojkiran Eda 370a3fe497SManojkiran Edareviewers: 380a3fe497SManojkiran Eda 39*a1506ef5SPatrick Williamsmatchers: 400a3fe497SManojkiran Eda 410a3fe497SManojkiran Edaopenbmc: 420a3fe497SManojkiran Eda- name: Marri Devender Rao 430a3fe497SManojkiran Eda email: devenrao@in.ibm.com 440a3fe497SManojkiran Eda discord: devender 45