1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/.github/CODEOWNERS

28 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-10-22 08:54:08 -04:00
# 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-reviewers
2022-10-22 09:04:37 -04:00
/.github/workflows/ @asymmetric
/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 @asymmetric @proofconstruction
source/tutorials/packaging-existing-software.md @proofconstruction
2023-12-04 18:45:40 -05:00
/source/tutorials/integration-testing-using-virtual-machines.md @olafklingt
/source/tutorials/nixos-configuration-on-vm.md @olafklingt
/maintainers/documentation-survey.md @henrik-ch