From 5527dd4f6a1275a9129728d640bbfb073b916754 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Mon, 3 May 2021 22:00:59 -0500 Subject: [PATCH] Create CODEOWNERS --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..6e25b9f8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +* @JonahAragon +# Why? Because until we have documentation in place, I need to make sure every +# PR is following the new best-practices for this repository, since the +# codebase has changed very significantly, very recently :)