aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorFelix Lange <fjl@users.noreply.github.com>2017-11-21 00:32:23 +0800
committerGitHub <noreply@github.com>2017-11-21 00:32:23 +0800
commitb4f2e4de8fcbaab22f1b8ac1faa0c99517bd9405 (patch)
treea808a92b431658c81365230896b6d5fd39c05064 /.github
parent72ed186f46a31ec29bb255bfcadfbfd036cce791 (diff)
downloaddexon-b4f2e4de8fcbaab22f1b8ac1faa0c99517bd9405.tar
dexon-b4f2e4de8fcbaab22f1b8ac1faa0c99517bd9405.tar.gz
dexon-b4f2e4de8fcbaab22f1b8ac1faa0c99517bd9405.tar.bz2
dexon-b4f2e4de8fcbaab22f1b8ac1faa0c99517bd9405.tar.lz
dexon-b4f2e4de8fcbaab22f1b8ac1faa0c99517bd9405.tar.xz
dexon-b4f2e4de8fcbaab22f1b8ac1faa0c99517bd9405.tar.zst
dexon-b4f2e4de8fcbaab22f1b8ac1faa0c99517bd9405.zip
.github: add CODEOWNERS (#15507)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 000000000..6076fe46a
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,9 @@
+# Lines starting with '#' are comments.
+# Each line is a file pattern followed by one or more owners.
+
+accounts/usbwallet @karalabe
+consensus @karalabe
+core/ @karalabe @holiman
+eth/ @karalabe
+mobile/ @karalabe
+p2p/ @fjl @zsfelfoldi