115cee709SManojkiran Eda# OWNERS 215cee709SManojkiran Eda# ------ 315cee709SManojkiran Eda# 415cee709SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various 515cee709SManojkiran Eda# parts of this repository, including code review and approval. We use the 615cee709SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra 715cee709SManojkiran Eda# keywords for our own purposes and tooling. 815cee709SManojkiran Eda# 915cee709SManojkiran Eda# For details on the configuration used by 'owners' see: 1015cee709SManojkiran Eda# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 1115cee709SManojkiran Eda# 1215cee709SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present 1315cee709SManojkiran Eda# in any subdirectory. The contents of the subdirectory OWNERS file are 1415cee709SManojkiran Eda# combined with parent directories unless 'inherit: false' is set. 1515cee709SManojkiran Eda# 1615cee709SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords. 1715cee709SManojkiran Eda# * owners: A list of individuals who have approval authority on the 1815cee709SManojkiran Eda# repository. 1915cee709SManojkiran Eda# 2015cee709SManojkiran Eda# * reviewers: A list of individuals who have requested review notification 2115cee709SManojkiran Eda# on the repository. 2215cee709SManojkiran Eda# 2346d7a1fcSPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 2415cee709SManojkiran Eda# 'reviewers'. See 'owners' plugin documentation. 2515cee709SManojkiran Eda# 2615cee709SManojkiran Eda# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 2715cee709SManojkiran Eda# - name: preferred name of the individual. 2815cee709SManojkiran Eda# - email: preferred email address of the individual. 2915cee709SManojkiran Eda# - discord: Discord nickname of the individual. 3015cee709SManojkiran Eda# 3115cee709SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and 3215cee709SManojkiran Eda# data within them will be kept sorted. 3315cee709SManojkiran Eda 3415cee709SManojkiran Edaowners: 35e19c981bSGunnar Mills- gunnar@gmills.xyz 3654fbdafcSkirankumarb07- kirankumarb@ami.com 3715cee709SManojkiran Eda 3815cee709SManojkiran Edareviewers: 39e4d54c6cSGunnar Mills- a.nikhil@ibm.com 40*0018592cSjason westover- jwestover@nvidia.com 41264589a6SKiran Kumar- sivaprabug@ami.com 4215cee709SManojkiran Eda 4346d7a1fcSPatrick Williamsmatchers: 4415cee709SManojkiran Eda 4515cee709SManojkiran Edaopenbmc: 4615cee709SManojkiran Eda- name: Gunnar Mills 47e19c981bSGunnar Mills email: gunnar@gmills.xyz 4815cee709SManojkiran Eda discord: GunnarM 49*0018592cSjason westover- name: Jason Westover 50*0018592cSjason westover email: jwestover@nvidia.com 51*0018592cSjason westover discord: jasonwestover 52d6ca6439Skirankumarb07- name: Kirankumar Ballapalli 53d6ca6439Skirankumarb07 email: kirankumarb@ami.com 54d6ca6439Skirankumarb07 discord: kirankumarb 55e4d54c6cSGunnar Mills- name: Nikhil Ashoka 56e4d54c6cSGunnar Mills email: a.nikhil@ibm.com 57e4d54c6cSGunnar Mills discord: NikhilAshoka 58264589a6SKiran Kumar- name: Sivaprabu Ganesan 59264589a6SKiran Kumar email: sivaprabug@ami.com 60264589a6SKiran Kumar discord: sivaprabug 61