diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..54b529bf --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# CODEOWNERS Best Practices +# 1. Per Github docs: "Order is important; the last matching pattern takes the most precedence." +# Please define less specific codeowner paths before more specific codeowner paths in order for the more specific rule to have priority +# 2. Per Github docs: +# "create a new file called CODEOWNERS in the .github/, root, or docs/ directory of the repository... +# ...GitHub will search for them in that order and use the first one it finds." +# Please put the CODEOWNERS file in .github + +* @smartcontractkit/keystone