xref: /openbmc/openpower-vpd-parser/OWNERS (revision 124c4065)
1d1f64ca3SManojkiran Eda# OWNERS
2d1f64ca3SManojkiran Eda# ------
3d1f64ca3SManojkiran Eda#
4d1f64ca3SManojkiran Eda# The OWNERS file maintains the list of individuals responsible for various
5d1f64ca3SManojkiran Eda# parts of this repository, including code review and approval.  We use the
6d1f64ca3SManojkiran Eda# Gerrit 'owners' plugin, which consumes this file, along with some extra
7d1f64ca3SManojkiran Eda# keywords for our own purposes and tooling.
8d1f64ca3SManojkiran Eda#
9d1f64ca3SManojkiran Eda# For details on the configuration used by 'owners' see:
10d1f64ca3SManojkiran Eda#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
11d1f64ca3SManojkiran Eda#
12d1f64ca3SManojkiran Eda# An OWNERS file must be in the root of a repository but may also be present
13d1f64ca3SManojkiran Eda# in any subdirectory.  The contents of the subdirectory OWNERS file are
14d1f64ca3SManojkiran Eda# combined with parent directories unless 'inherit: false' is set.
15d1f64ca3SManojkiran Eda#
16d1f64ca3SManojkiran Eda# The owners file is YAML and has [up to] 4 top-level keywords.
17d1f64ca3SManojkiran Eda#   * owners: A list of individuals who have approval authority on the
18d1f64ca3SManojkiran Eda#     repository.
19d1f64ca3SManojkiran Eda#
20d1f64ca3SManojkiran Eda#   * reviewers: A list of individuals who have requested review notification
21d1f64ca3SManojkiran Eda#     on the repository.
22d1f64ca3SManojkiran Eda#
2357cebeb0SPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
24d1f64ca3SManojkiran Eda#     'reviewers'.  See 'owners' plugin documentation.
25d1f64ca3SManojkiran Eda#
26d1f64ca3SManojkiran Eda#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
27d1f64ca3SManojkiran Eda#     - name: preferred name of the individual.
28d1f64ca3SManojkiran Eda#     - email: preferred email address of the individual.
29d1f64ca3SManojkiran Eda#     - discord: Discord nickname of the individual.
30d1f64ca3SManojkiran Eda#
31d1f64ca3SManojkiran Eda# It is expected that these 4 sections will be listed in the order above and
32d1f64ca3SManojkiran Eda# data within them will be kept sorted.
33d1f64ca3SManojkiran Eda
34d1f64ca3SManojkiran Edaowners:
35d1f64ca3SManojkiran Eda- jinu.joy.thomas@in.ibm.com
36*124c4065SSunny Srivastava- sunnsr25@in.ibm.com
37d1f64ca3SManojkiran Eda
38d1f64ca3SManojkiran Edareviewers:
39*124c4065SSunny Srivastava- priyanga24@in.ibm.com
40d1f64ca3SManojkiran Eda
4157cebeb0SPatrick Williamsmatchers:
42d1f64ca3SManojkiran Eda
43d1f64ca3SManojkiran Edaopenbmc:
44d1f64ca3SManojkiran Eda- name: Jinu Joy Thomas
45d1f64ca3SManojkiran Eda  email: jinu.joy.thomas@in.ibm.com
46d1f64ca3SManojkiran Eda  discord: Jinu Joy
47*124c4065SSunny Srivastava- name: Sunny Srivastava
48*124c4065SSunny Srivastava  email: sunnsr25@in.ibm.com
49*124c4065SSunny Srivastava  discord: sunnysr
50*124c4065SSunny Srivastava- name: Priyanga Ramasamy
51*124c4065SSunny Srivastava  email: priyanga24@in.ibm.com
52*124c4065SSunny Srivastava  discord: priya.ram
53