From 80e541ce7e1a86310917a0575037d41d68e14455 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:49:55 -0700 Subject: [PATCH] Add CODEOWNERS (#304) --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..6d61f1b58 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# Contract committers owns the repo as a whole. +* @stellar/contract-committers + +# Members of contract committers who are on the core team own the host +# implementation. +/soroban-env-host/ @graydon @jonjove @sisuresh