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