]> granicus.if.org Git - python/commitdiff
Create CODEOWNERS (GH-2924)
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 1 Aug 2017 03:56:12 +0000 (20:56 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Aug 2017 03:56:12 +0000 (20:56 -0700)
Copied over info from .mention-bot

.github/CODEOWNERS [new file with mode: 0644]

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644 (file)
index 0000000..d1ebf2c
--- /dev/null
@@ -0,0 +1,12 @@
+# See https://help.github.com/articles/about-codeowners/
+# for more info about CODEOWNERS file
+
+# It uses the same pattern rule for gitignore file
+# https://git-scm.com/docs/gitignore#_pattern_format
+
+# Hashing
+**/*hashlib*                  @tiran
+**/*pyhash*                   @tiran
+
+# SSL
+**/*ssl*                      @tiran