forked from lix-project/lix
9aa63f70d7
* fricklerhandwerk: subscribe to documentation changes
26 lines
871 B
Plaintext
26 lines
871 B
Plaintext
# Pull requests concerning the listed files will automatically invite the respective maintainers as reviewers.
|
|
# This file is not used for denoting any kind of ownership, but is merely a tool for handling notifications.
|
|
#
|
|
# Merge permissions are required for maintaining an entry in this file.
|
|
# For documentation on this mechanism, see https://help.github.com/articles/about-codeowners/
|
|
|
|
# Default reviewers if nothing else matches
|
|
* @edolstra
|
|
|
|
# This file
|
|
.github/CODEOWNERS @edolstra
|
|
|
|
# Public documentation
|
|
/doc @fricklerhandwerk
|
|
*.md @fricklerhandwerk
|
|
|
|
# Documentation of built-in functions
|
|
src/libexpr/primops.cc @fricklerhandwerk @roberth
|
|
# Documentation on experimental features
|
|
src/libutil/experimental-features.cc @fricklerhandwerk
|
|
# Documentation on configuration settings
|
|
src/libstore/globals.hh @fricklerhandwerk
|
|
|
|
# Libstore layer
|
|
/src/libstore @thufschmitt
|