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