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