nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 26438a2557ea657bb555b6ead2ab23bd4db23361
parent 80e4f07acaba708d288ffafbef418ed14a350458
Author: Amitai Schleier <schmonz-web-git@schmonz.com>
Date:   Wed,  2 Dec 2020 11:13:19 +0100

Define CODEOWNERS with our default reviewers.

From <https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-file-location>:

"Code owners are automatically requested for review when someone opens a
pull request that modifies code that they own."

I've not listed everyone in our GitHub org, just the folks who are
usually doing the reviewing (and from whom I usually request reviews).
No exclusion is intended, just sensible defaults. We can always manually
request additional reviewers on any given PR, and anyone who wants to
get more generally involved can of course add themselves here.

Diffstat:
A.github/CODEOWNERS | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @DerDakon @josuah @leahneukirchen @mbhangui @schmonz