2022-11-09 00:34:57 +02:00
|
|
|
# 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/
|
|
|
|
|
2022-11-24 12:33:59 +02:00
|
|
|
# Default reviewers if nothing else matches
|
2023-02-22 10:10:24 +02:00
|
|
|
* @edolstra
|
2022-11-09 00:34:57 +02:00
|
|
|
|
|
|
|
# This file
|
|
|
|
.github/CODEOWNERS @edolstra
|
|
|
|
|
2023-11-24 16:32:02 +02:00
|
|
|
# Documentation of built-in functions
|
2024-05-23 02:24:15 +03:00
|
|
|
src/libexpr/primops.cc @roberth @fricklerhandwerk
|
|
|
|
|
|
|
|
# Documentation of settings
|
|
|
|
src/libexpr/eval-settings.hh @fricklerhandwerk
|
|
|
|
src/libstore/globals.hh @fricklerhandwerk
|
|
|
|
|
|
|
|
# Documentation
|
|
|
|
doc/manual @fricklerhandwerk
|
|
|
|
maintainers/*.md @fricklerhandwerk
|
|
|
|
src/**/*.md @fricklerhandwerk
|
2023-11-24 16:32:02 +02:00
|
|
|
|
2023-02-22 10:10:24 +02:00
|
|
|
# Libstore layer
|
2024-06-28 16:56:53 +03:00
|
|
|
/src/libstore @ericson2314
|