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