-
-
Notifications
You must be signed in to change notification settings - Fork 319
Expand file tree
/
Copy pathCODEOWNERS
More file actions
22 lines (19 loc) · 927 Bytes
/
CODEOWNERS
File metadata and controls
22 lines (19 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
# CI lives here
/.github @philiptaron @Mic92
/source/tutorials/file-sets.md @infinisil
/source/guides/recipes/dependency-management.md @infinisil
/source/guides/recipes/python-environment.md @alejandrosame
/source/tutorials/module-system @infinisil