From 93263ba471e3b1042a314c20805af76a31e5ec11 Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Mon, 23 Oct 2023 16:52:00 +0200 Subject: [PATCH] add CODEOWNERS Signed-off-by: Niklas Eiling --- common/CODEOWNERS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 common/CODEOWNERS diff --git a/common/CODEOWNERS b/common/CODEOWNERS new file mode 100644 index 000000000..dd4e75d94 --- /dev/null +++ b/common/CODEOWNERS @@ -0,0 +1,19 @@ +# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University +# SPDX-License-Identifier: Apache-2.0 + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @stv0g will be requested for +# review when someone opens a pull request. +* @stv0g + +# Order is important; the last matching pattern takes the most +# precedence. When someone opens a pull request that only +# modifies the following files, only the following members +# and not the global owner(s) will be requested for a review. + +# VFIO related files +/lib/kernel/pci.cpp @n-eiling +/lib/kernel/vfi_*.cpp @n-eiling +/include/villas/kernel/pci.hpp @n-eiling +/include/villas/kernel/vfio_*.hpp @n-eiling