forked from NTMC-Community/MatchZoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
49 lines (41 loc) · 1.67 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Watchers and contributors to MatchZoo repo directories/packages/files
# Please see documentation of use of CODEOWNERS file at
# https://help.github.com/articles/about-codeowners/ and
# https://github.com/blog/2392-introducing-code-owners
#
# Anybody can add themselves or a team as additional watcher or contributor
# to get notified about changes in a specific package.
# See https://help.github.com/articles/about-teams how to setup teams.
# Define individuals or teams that are responsible for code in a repository.
# global owner.
* @faneshion
# third-party & project configuration
.coveragerc @bwanglzu
.gitignore @faneshion
.travis.yml @bwanglzu
CONTRIBUTING.MD @bwanglzu
Makefile @uduse @bwanglzu
README.md @faneshion @pl8787
readthedocs.yml @wqh17101 @bwanglzu
requirements.txt @faneshion @pl8787
setup.py @faneshion @pl8787
# artworks
/artworks/ @faneshion
# tutorials
/tutorials/ @uduse @faneshion
# docs
/docs/ @wqh17101 @bwanglzu
# tests
/tests/ @faneshion @uduse @bwanglzu
# matchzoo
/matchzoo/engine/ @faneshion @bwanglzu @uduse @pl8787
/matchzoo/auto/ @uduse @bwanglzu
/matchzoo/models/ @faneshion @pl8787 @bwanglzu @uduse
/matchzoo/preprocessor/ @uduse @faneshion @pl8787
/matchzoo/tasks/ @uduse @bwanglzu
/matchzoo/data_generator/ @faneshion @uduse @pl8787
/matchzoo/data_pack/ @faneshion @uduse
/matchzoo/metrics/ @faneshion @pl8787 @uduse
/matchzoo/losses/ @faneshion @pl8787 @bwanglzu
/matchzoo/layers/ @uduse @yangliuy
/matchzoo/* @faneshion @uduse @bwanglzu