diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-08-21 04:24:54 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-08-21 04:35:55 +0800 |
commit | 2af99a1fe24d7a2d6ac927a7762ad046e97d820e (patch) | |
tree | 5bb09f8e575b9fbd01176b36ad7b6635baca9fb9 | |
parent | cbe0ffb3ce7efd23bb2c79069b60f15e507e54e3 (diff) | |
download | dexon-sol-tools-2af99a1fe24d7a2d6ac927a7762ad046e97d820e.tar dexon-sol-tools-2af99a1fe24d7a2d6ac927a7762ad046e97d820e.tar.gz dexon-sol-tools-2af99a1fe24d7a2d6ac927a7762ad046e97d820e.tar.bz2 dexon-sol-tools-2af99a1fe24d7a2d6ac927a7762ad046e97d820e.tar.lz dexon-sol-tools-2af99a1fe24d7a2d6ac927a7762ad046e97d820e.tar.xz dexon-sol-tools-2af99a1fe24d7a2d6ac927a7762ad046e97d820e.tar.zst dexon-sol-tools-2af99a1fe24d7a2d6ac927a7762ad046e97d820e.zip |
Add CODEOWNERS file
-rw-r--r-- | CODEOWNERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..9f9ba666e --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,8 @@ +# 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 + +# Website +packages/website/ @BMillman19 @fragosti |