From d45aee211a85a339cdf6ce18e8d65a9611582fd0 Mon Sep 17 00:00:00 2001 From: Ahson Khan Date: Mon, 24 Feb 2020 19:48:59 -0800 Subject: [PATCH] Adding myself as codeowner for the sdk directory for cpp. (#11) * Adding myself as codeowner for the sdk directory for cpp. * Address feedback: sort the owners alphabetically. --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 360dc58a2..7c32abab4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,10 +6,10 @@ ########### # Catch all for non-code project files -* @gilbertw @joshfree @jeffreyrichter +* @gilbertw @jeffreyrichter @joshfree # SDK team -/sdk/ @gilbertw @jeffreyrichter @antkmsft @vhvb1989 +/sdk/ @ahsonkhan @antkmsft @gilbertw @jeffreyrichter @vhvb1989 # Samples /samples/ @gilbertw @jeffreyrichter