From 80d2df0f86eea097d572bfa6957aa3568574516c Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 20 Jun 2022 14:19:33 +0200 Subject: [PATCH] add CODEOWNERS file --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..fada0e63a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# This is a CODEOWNERS file +# Each line is a file pattern followed by one or more owners. +# Order is important; the last matching pattern takes the most precedence. +# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# global IPIP +IPIP/ @ipfs/specs-stewards +