xref: /openbmc/docs/OWNERS (revision a5bc3d45)
116e1463fSPatrick Williams# OWNERS
216e1463fSPatrick Williams# ------
316e1463fSPatrick Williams#
416e1463fSPatrick Williams# The OWNERS file maintains the list of individuals responsible for various
516e1463fSPatrick Williams# parts of this repository, including code review and approval.  We use the
616e1463fSPatrick Williams# Gerrit 'owners' plugin, which consumes this file, along with some extra
716e1463fSPatrick Williams# keywords for our own purposes and tooling.
816e1463fSPatrick Williams#
916e1463fSPatrick Williams# For details on the configuration used by 'owners' see:
1016e1463fSPatrick Williams#  https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
1116e1463fSPatrick Williams#
1216e1463fSPatrick Williams# An OWNERS file must be in the root of a repository but may also be present
1316e1463fSPatrick Williams# in any subdirectory.  The contents of the subdirectory OWNERS file are
1416e1463fSPatrick Williams# combined with parent directories unless 'inherit: false' is set.
1516e1463fSPatrick Williams#
1616e1463fSPatrick Williams# The owners file is YAML and has [up to] 4 top-level keywords.
1716e1463fSPatrick Williams#   * owners: A list of individuals who have approval authority on the
1816e1463fSPatrick Williams#     repository.
1916e1463fSPatrick Williams#
2016e1463fSPatrick Williams#   * reviewers: A list of individuals who have requested review notification
2116e1463fSPatrick Williams#     on the repository.
2216e1463fSPatrick Williams#
23a3d471d4SPatrick Williams#   * matchers: A list of specific file/path matchers for granular 'owners' and
2416e1463fSPatrick Williams#     'reviewers'.  See 'owners' plugin documentation.
2516e1463fSPatrick Williams#
2616e1463fSPatrick Williams#   * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
2716e1463fSPatrick Williams#     - name: preferred name of the individual.
2816e1463fSPatrick Williams#     - email: preferred email address of the individual.
2916e1463fSPatrick Williams#     - discord: Discord nickname of the individual.
3016e1463fSPatrick Williams#
3116e1463fSPatrick Williams# It is expected that these 4 sections will be listed in the order above and
3216e1463fSPatrick Williams# data within them will be kept sorted.
3316e1463fSPatrick Williams
3416e1463fSPatrick Williamsowners:
3516e1463fSPatrick Williams- patrick@stwcx.xyz
3616e1463fSPatrick Williams
3716e1463fSPatrick Williamsreviewers:
380615d5ceSAndrew Jeffery- andrew@codeconstruct.com.au
3931633892SJoel Stanley- anoo@us.ibm.com
40*a5bc3d45SGunnar Mills- gunnar@gmills.xyz
416b367a2fSLei YU- yulei.sh@bytedance.com
4216e1463fSPatrick Williams
43f257823bSPatrick Williamsmatchers:
4431633892SJoel Stanley- exact: designs/device-tree-gpio-naming.md
4531633892SJoel Stanley  reviewers:
460615d5ceSAndrew Jeffery  - andrew@codeconstruct.com.au
4731633892SJoel Stanley  - joel@jms.id.au
4816e1463fSPatrick Williams- partial_regex: mctp
4916e1463fSPatrick Williams  reviewers:
5016e1463fSPatrick Williams  - jk@ozlabs.org
5116e1463fSPatrick Williams
5216e1463fSPatrick Williamsopenbmc:
5316e1463fSPatrick Williams- name: Adriana Kobylak
5416e1463fSPatrick Williams  email: anoo@us.ibm.com
5516e1463fSPatrick Williams  discord: anoo
5616e1463fSPatrick Williams- name: Andrew Jeffery
570615d5ceSAndrew Jeffery  email: andrew@codeconstruct.com.au
5816e1463fSPatrick Williams  discord: arj
5916e1463fSPatrick Williams- name: Gunnar Mills
60*a5bc3d45SGunnar Mills  email: gunnar@gmills.xyz
6116e1463fSPatrick Williams  discord: GunnarM
6216e1463fSPatrick Williams- name: Jeremy Kerr
6316e1463fSPatrick Williams  email: jk@ozlabs.org
6416e1463fSPatrick Williams  discord: jk
6531633892SJoel Stanley- name: Joel Stanley
6631633892SJoel Stanley  email: joel@jms.id.au
6731633892SJoel Stanley  discord: joel
686b367a2fSLei YU- name: Lei Yu
696b367a2fSLei YU  email: yulei.sh@bytedance.com
706b367a2fSLei YU  discord: LeiYU
7116e1463fSPatrick Williams- name: Patrick Williams
7216e1463fSPatrick Williams  email: patrick@stwcx.xyz
7316e1463fSPatrick Williams  discord: stwcx
74