From b4952139027c4e25fc358e042bf8802d24e46d4c Mon Sep 17 00:00:00 2001 From: Krist Wongsuphasawat Date: Wed, 7 Nov 2018 10:19:52 -0800 Subject: [PATCH] add CODEOWNERS (#26) --- .github/CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..552e0ade96 --- /dev/null +++ b/.github/CODEOWNERS @@ -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 + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# these users/team will be requested for review +# when someone opens a pull request. + +* @apache-superset/embeddable-charts-team