From 8a015661aefbf0c4fc00cd7ce333b1225d9e416d Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Wed, 13 Mar 2024 12:06:47 -0700 Subject: [PATCH] Add code owners file Github allows us to check in this file to establish ownership of the repository and require some reviews. We can do many more complicated things with this concept, but I've checked in the basics for now. --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..8e2543ec7a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# Code Owners are automatically tagged for review of pull requests and a review from them is required +# before anything can be merged. +# +# We can filter by extension, directory, and other features too if needed +# Syntax and example: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# they will be requested for +# review when someone opens a pull request. +* @jrjohnson @stopfstedt