From 335817f233bf84168f4f684648d50417d9b4d633 Mon Sep 17 00:00:00 2001 From: Eli Byrd Date: Wed, 16 Aug 2023 19:49:43 -0500 Subject: [PATCH] Add Code Owners File --- .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..611ef0e0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# This will make it so that Pull Requests must be approved by one of the people in the Software_Leads +# Team on the MissouriMRDT GitHub + +* @MissouriMRDT/software_leads \ No newline at end of file