From 079f4790633c5c82f67635fa7a0f840284c7673b Mon Sep 17 00:00:00 2001 From: Omri Date: Mon, 11 Mar 2024 17:40:37 +0100 Subject: [PATCH] Create CODEOWNERS --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..4812f5d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# CODEOWNERS: https://help.github.com/articles/about-codeowners/ + +# Everything goes through the following "global owners" by default. +# Unless a later match takes precedence, these three will be +# requested for review when someone opens a PR. +# Note that the last matching pattern takes precedence, so +# global owners are only requested if there isn't a more specific +# codeowner specified below. For this reason, the global codeowners +# are often repeated in package-level definitions. +* @dymensionxyz/core-dev