1503c1468SPatrick Williams# OWNERS 2503c1468SPatrick Williams# ------ 3503c1468SPatrick Williams# 4503c1468SPatrick Williams# The OWNERS file maintains the list of individuals responsible for various 5503c1468SPatrick Williams# parts of this repository, including code review and approval. We use the 6503c1468SPatrick Williams# Gerrit 'owners' plugin, which consumes this file, along with some extra 7503c1468SPatrick Williams# keywords for our own purposes and tooling. 8503c1468SPatrick Williams# 9503c1468SPatrick Williams# For details on the configuration used by 'owners' see: 10503c1468SPatrick Williams# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md 11503c1468SPatrick Williams# 12503c1468SPatrick Williams# An OWNERS file must be in the root of a repository but may also be present 13503c1468SPatrick Williams# in any subdirectory. The contents of the subdirectory OWNERS file are 14503c1468SPatrick Williams# combined with parent directories unless 'inherit: false' is set. 15503c1468SPatrick Williams# 16503c1468SPatrick Williams# The owners file is YAML and has [up to] 4 top-level keywords. 17503c1468SPatrick Williams# * owners: A list of individuals who have approval authority on the 18503c1468SPatrick Williams# repository. 19503c1468SPatrick Williams# 20503c1468SPatrick Williams# * reviewers: A list of individuals who have requested review notification 21503c1468SPatrick Williams# on the repository. 22503c1468SPatrick Williams# 23503c1468SPatrick Williams# * matchers: A list of specific file/path matchers for granular 'owners' and 24503c1468SPatrick Williams# 'reviewers'. See 'owners' plugin documentation. 25503c1468SPatrick Williams# 26503c1468SPatrick Williams# * openbmc: A list of openbmc-specific meta-data about owners and reviewers. 27503c1468SPatrick Williams# - name: preferred name of the individual. 28503c1468SPatrick Williams# - email: preferred email address of the individual. 29503c1468SPatrick Williams# - discord: Discord nickname of the individual. 30503c1468SPatrick Williams# 31503c1468SPatrick Williams# It is expected that these 4 sections will be listed in the order above and 32503c1468SPatrick Williams# data within them will be kept sorted. 33503c1468SPatrick Williams 34f98dca6cSEd Tanousowners: 35f98dca6cSEd Tanous- ed@tanous.net 36f98dca6cSEd Tanous- jae.hyun.yoo@linux.intel.com 37*81d073f0SVernon Mauery- vernon.mauery@gmail.com 38f98dca6cSEd Tanous- zhikui.ren@intel.com 39f47c2b48SAndrew Jeffery- andrew@codeconstruct.com.au 40503c1468SPatrick Williams 41503c1468SPatrick Williamsopenbmc: 42503c1468SPatrick Williams- name: Andrew Jeffery 43503c1468SPatrick Williams email: andrew@codeconstruct.com.au 44503c1468SPatrick Williams discord: arj 45503c1468SPatrick Williams- name: Ed Tanous 46503c1468SPatrick Williams email: ed@tanous.net 47503c1468SPatrick Williams discord: edtanous 48503c1468SPatrick Williams- name: Jae Hyun Yoo 49503c1468SPatrick Williams email: jae.hyun.yoo@linux.intel.com 50503c1468SPatrick Williams discord: jae 51503c1468SPatrick Williams- name: Vernon Mauery 52*81d073f0SVernon Mauery email: vernon.mauery@gmail.com 53503c1468SPatrick Williams discord: vmauery 54503c1468SPatrick Williams- name: Zhikui Ren 55503c1468SPatrick Williams email: zhikui.ren@intel.com 56503c1468SPatrick Williams discord: Zhikui 57