1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/CODEOWNERS
Line: 13: incorrect codeowner user: n-eiling Line: 13: no users/groups matched Line: 14: incorrect codeowner user: n-eiling Line: 14: no users/groups matched Line: 15: incorrect codeowner user: n-eiling Line: 15: no users/groups matched Line: 18: incorrect codeowner user: windrad6 Line: 18: no users/groups matched Line: 19: incorrect codeowner user: windrad6 Line: 19: no users/groups matched Line: 20: incorrect codeowner user: windrad6 Line: 20: no users/groups matched Line: 21: incorrect codeowner user: windrad6 Line: 21: no users/groups matched Line: 22: incorrect codeowner user: windrad6 Line: 22: no users/groups matched Line: 23: incorrect codeowner user: windrad6 Line: 23: no users/groups matched
Niklas Eiling 56bc6bade0 add CODEOWNERS
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
2023-07-25 18:42:44 +02:00

23 lines
945 B
Text

# 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.
# FPGA
fpga @n-eiling
/lib/nodes/fpga.cpp @n-eiling
/include/villas/nodes/fpga.hpp @n-eiling
# PMU
/lib/nodes/libiec61850_goose.cpp @windrad6
/include/villas/nodes/libiec61850_goose.hpp @windrad6
/lib/nodes/uldaq.cpp @windrad6
/include/villas/nodes/uldaq.hpp @windrad6
/lib/dumper.cpp @windrad6
/include/villas/dumper.hpp @windrad6