1d560529eSManojkiran Eda# OWNERS 2d560529eSManojkiran Eda# ------ 3d560529eSManojkiran Eda# 4d560529eSManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various 5d560529eSManojkiran Eda# parts of this repository, including code review and approval. We use the 6d560529eSManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra 7d560529eSManojkiran Eda# keywords for our own purposes and tooling. 8d560529eSManojkiran Eda# 9d560529eSManojkiran Eda# For details on the configuration used by 'owners' see: 10d560529eSManojkiran Eda# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 11d560529eSManojkiran Eda# 12d560529eSManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present 13d560529eSManojkiran Eda# in any subdirectory. The contents of the subdirectory OWNERS file are 14d560529eSManojkiran Eda# combined with parent directories unless 'inherit: false' is set. 15d560529eSManojkiran Eda# 16d560529eSManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords. 17d560529eSManojkiran Eda# * owners: A list of individuals who have approval authority on the 18d560529eSManojkiran Eda# repository. 19d560529eSManojkiran Eda# 20d560529eSManojkiran Eda# * reviewers: A list of individuals who have requested review notification 21d560529eSManojkiran Eda# on the repository. 22d560529eSManojkiran Eda# 23*0b4cba06SPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 24d560529eSManojkiran Eda# 'reviewers'. See 'owners' plugin documentation. 25d560529eSManojkiran Eda# 26d560529eSManojkiran Eda# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 27d560529eSManojkiran Eda# - name: preferred name of the individual. 28d560529eSManojkiran Eda# - email: preferred email address of the individual. 29d560529eSManojkiran Eda# - discord: Discord nickname of the individual. 30d560529eSManojkiran Eda# 31d560529eSManojkiran Eda# It is expected that these 4 sections will be listed in the order above and 32d560529eSManojkiran Eda# data within them will be kept sorted. 33d560529eSManojkiran Eda 34d560529eSManojkiran Edaowners: 35d560529eSManojkiran Eda- ratankgupta31@gmail.com 36d560529eSManojkiran Eda 37d560529eSManojkiran Edareviewers: 38d560529eSManojkiran Eda- devenrao@in.ibm.com 39d560529eSManojkiran Eda 40*0b4cba06SPatrick Williamsmatchers: 41d560529eSManojkiran Eda 42d560529eSManojkiran Edaopenbmc: 43d560529eSManojkiran Eda- name: Marri Devender 44d560529eSManojkiran Eda email: devenrao@in.ibm.com 45d560529eSManojkiran Eda discord: devender 46d560529eSManojkiran Eda- name: Ratan Gupta 47d560529eSManojkiran Eda email: ratankgupta31@gmail.com 48d560529eSManojkiran Eda discord: rgupta 49