fricklerhandwerk: subscribe to documentation changes (#9422)

* fricklerhandwerk: subscribe to documentation changes
This commit is contained in:
Valentin Gagarin 2023-11-24 15:32:02 +01:00 committed by GitHub
parent 8a52325d7d
commit 9aa63f70d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
.github/CODEOWNERS vendored
View file

@ -14,5 +14,12 @@
/doc @fricklerhandwerk /doc @fricklerhandwerk
*.md @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 # Libstore layer
/src/libstore @thufschmitt /src/libstore @thufschmitt