From: R. David Murray Date: Wed, 2 Aug 2017 22:50:50 +0000 (-0400) Subject: Add @bitdancer as codeowner of email related stuff. (GH-2987) X-Git-Tag: v3.7.0a1~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9d55c91bec4776b41685b48fe660621e89f0617;p=python Add @bitdancer as codeowner of email related stuff. (GH-2987) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 137681b9a9..1c5164f664 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,3 +19,10 @@ # SSL **/*ssl* @tiran + +# Email and related +**/*mail* @bitdancer +**/*smtp* @bitdancer +**/*mime* @bitdancer +**/*imap* @bitdancer +**/*poplib* @bitdancer