-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (16 loc) · 834 Bytes
/
CODEOWNERS
File metadata and controls
21 lines (16 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-FileCopyrightText: 2024 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.
# FPGA
/docs/fpga @n-eiling
/docs/nodes/fpga.md @n-eiling
# Contributor Guidelines
/docs/node/contributing.md @n-eiling @stv0g