From 6caf2a7f6112cadcffac14770174623c010fab22 Mon Sep 17 00:00:00 2001 From: Hugo Drumond Jacob <74555956+hugojacob@users.noreply.github.com> Date: Fri, 10 Feb 2023 15:04:07 +0100 Subject: [PATCH] CODEOWNERS: initial check-in (#382) That's the initial check-in of the CODEOWNERS file. By reading through the [CODEOWNERS documentation](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners), it's not clear to me whether a default assignee (e.g `* `) is needed, though. --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..917a741c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Brazilian portuguese reviewers +po/pt_BR.po @rastringer @hugojacob