From aae857d0d05ac65152ed24992a4acd834a0a107c Mon Sep 17 00:00:00 2001 From: lauranixon Date: Wed, 28 Aug 2019 10:01:46 -0700 Subject: Create CODEOWNERS --- CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..7710eef --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,9 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in the repo. +* @lauranixon + +# Order is important. The last matching pattern has the most precedence. +# So if a pull request only touches javascript files, only these owners +# will be requested to review. -- cgit v1.1