mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add CODEOWNERS
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
parent
ad2619cba5
commit
7fde2c0535
1 changed files with 19 additions and 0 deletions
19
common/CODEOWNERS
Normal file
19
common/CODEOWNERS
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue