aboutsummaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
blob: ab59086491b2b05ca4664c26c7a0e5f17f879790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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

# Libstore layer
/src/libstore @thufschmitt