diff options
author | R. David Murray <rdmurray@bitdance.com> | 2017-08-02 22:50:50 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-08-02 22:50:50 (GMT) |
commit | d9d55c91bec4776b41685b48fe660621e89f0617 (patch) | |
tree | e883eb89a0e5432a1e019b42b5b6821683f961f2 /.github | |
parent | 6ea56d2ebcae69257f8dd7af28c357b25bf394c3 (diff) | |
download | cpython-d9d55c91bec4776b41685b48fe660621e89f0617.zip cpython-d9d55c91bec4776b41685b48fe660621e89f0617.tar.gz cpython-d9d55c91bec4776b41685b48fe660621e89f0617.tar.bz2 |
Add @bitdancer as codeowner of email related stuff. (GH-2987)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 137681b..1c5164f 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 |