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