-
-
Notifications
You must be signed in to change notification settings - Fork 262
/
Copy pathCODEOWNERS
21 lines (17 loc) · 888 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# CODEOWNERS file
#
# This file is used to describe who owns what in this repository. This file does not
# replace `meta.maintainers` but is instead used for other things than derivations
# and modules, like documentation, package sets, and other assets.
#
# For documentation on this file, see https://help.github.com/articles/about-codeowners/
# Mentioned users will get code review requests.
#
# IMPORTANT NOTE: in order to actually get pinged, commit access is required.
# This also holds true for GitHub teams. Since almost none of our teams have write
# permissions, you need to list all members of the team with commit access individually.
* @NixOS/documentation-team
/.github/workflows/ @asymmetric
/source/tutorials/file-sets.md @infinisil
/source/tutorials/integration-testing-using-virtual-machines.md @olafklingt
/source/tutorials/nixos-configuration-on-vm.md @olafklingt