From fec3f1c8b304b05070b3084427dc0ecaff029813 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Sat, 18 Jan 2020 18:57:37 -0800 Subject: [PATCH] Create CODEOWNERS --- CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..6795bc1 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,11 @@ +# https://help.github.com/articles/about-codeowners/ + +# 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 PR. +* @jessesquires + +# Order is important; the last matching pattern takes the most +# precedence. When someone opens a PR that only modifies +# .yml files, only the following people and NOT the global +# owner(s) will be requested for a review.