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