From a89552ff5dc152b1e6556ef705d0dc96f2caad06 Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger Date: Sat, 1 Sep 2018 11:33:29 -0600 Subject: [PATCH] Tiny start to the codeowners file (#468) * Tiny start to the codeowners file Fixes #466 * fix up CODEOWERS * codeowners require write access --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..041264d3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @gomods/maintainers