2022-11-08 22:34:57 +00: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 10:33:59 +00:00
|
|
|
# Default reviewers if nothing else matches
|
2023-02-22 08:10:24 +00:00
|
|
|
* @edolstra
|
2022-11-08 22:34:57 +00:00
|
|
|
|
|
|
|
# This file
|
|
|
|
.github/CODEOWNERS @edolstra
|
|
|
|
|
|
|
|
# Public documentation
|
|
|
|
/doc @fricklerhandwerk
|
|
|
|
*.md @fricklerhandwerk
|
2023-02-22 08:10:24 +00:00
|
|
|
|
|
|
|
# Libstore layer
|
|
|
|
/src/libstore @thufschmitt
|