summaryrefslogtreecommitdiff
path: root/OWNERS
diff options
context:
space:
mode:
authorManojkiran Eda <manojkiran.eda@gmail.com>2021-10-23 16:26:18 +0300
committerManojkiran Eda <manojkiran.eda@gmail.com>2021-10-23 18:41:07 +0300
commit15cee709835a9dbf01ba292c5a16f7ffa226f553 (patch)
tree8bff9e9e00a5012800a7d30cb6bcdc53ecfa6774 /OWNERS
parent6225f6492f49313f2cc507f41675d322b739e062 (diff)
downloadwebui-vue-15cee709835a9dbf01ba292c5a16f7ffa226f553.tar.xz
Add OWNERS file
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I1b489c5cee509b23d42c8487b2c7354ffee7a84a
Diffstat (limited to 'OWNERS')
-rw-r--r--OWNERS52
1 files changed, 52 insertions, 0 deletions
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 00000000..3b95b36c
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,52 @@
+# OWNERS
+# ------
+#
+# The OWNERS file maintains the list of individuals responsible for various
+# parts of this repository, including code review and approval. We use the
+# Gerrit 'owners' plugin, which consumes this file, along with some extra
+# keywords for our own purposes and tooling.
+#
+# For details on the configuration used by 'owners' see:
+# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
+#
+# An OWNERS file must be in the root of a repository but may also be present
+# in any subdirectory. The contents of the subdirectory OWNERS file are
+# combined with parent directories unless 'inherit: false' is set.
+#
+# The owners file is YAML and has [up to] 4 top-level keywords.
+# * owners: A list of individuals who have approval authority on the
+# repository.
+#
+# * reviewers: A list of individuals who have requested review notification
+# on the repository.
+#
+# * matches: A list of specific file/path matches for granular 'owners' and
+# 'reviewers'. See 'owners' plugin documentation.
+#
+# * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
+# - name: preferred name of the individual.
+# - email: preferred email address of the individual.
+# - discord: Discord nickname of the individual.
+#
+# It is expected that these 4 sections will be listed in the order above and
+# data within them will be kept sorted.
+
+owners:
+- derick.montague@ibm.com
+- dixsie@ibm.com
+- gmills@linux.vnet.ibm.com
+
+reviewers:
+
+matches:
+
+openbmc:
+- name: Derick Montague
+ email: derick.montague@ibm.com
+ discord: derick
+- name: Dixsie Wolmers
+ email: dixsie@ibm.com
+ discord: Dixsie
+- name: Gunnar Mills
+ email: gmills@linux.vnet.ibm.com
+ discord: GunnarM