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