-
Notifications
You must be signed in to change notification settings - Fork 106
/
CODEOWNERS
Validating CODEOWNERS rules...
58 lines (49 loc) · 1.95 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
50
51
52
53
54
55
56
57
58
# 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
* @Chriskuei
# third-party & project configuration
.codecov.yml @Chriskuei
.coveragerc @Chriskuei
.flake8 @Chriskuei
.gitignore @Chriskuei
.travis.yml @Chriskuei
CONTRIBUTING.MD @Chriskuei
Makefile @Chriskuei
pytest.ini @Chriskuei
README.md @faneshion @Chriskuei
readthedocs.yml @wqh17101
requirements.txt @Chriskuei @faneshion
setup.py @Chriskuei @faneshion
# artworks
/artworks/ @faneshion
# tutorials
/tutorials/ @Chriskuei @faneshion @caiyinqiong
# docs
/docs/ @wqh17101
# tests
/tests/ @Chriskuei @faneshion
# matchzoo
/matchzoo/auto/ @Chriskuei
/matchzoo/data_pack/ @caiyinqiong @faneshion
/matchzoo/dataloader/ @caiyinqiong @Chriskuei
/matchzoo/datasets/ @caiyinqiong
/matchzoo/embedding/ @caiyinqiong
/matchzoo/engine/ @faneshion @Chriskuei
/matchzoo/losses/ @faneshion @Chriskuei
/matchzoo/metrics/ @faneshion @Chriskuei
/matchzoo/models/ @Chriskuei @faneshion @caiyinqiong
/matchzoo/modules/ @Chriskuei @caiyinqiong
/matchzoo/preprocessors/ @caiyinqiong @faneshion
/matchzoo/tasks/ @Chriskuei
/matchzoo/trainers/ @Chriskuei
/matchzoo/utils/ @Chriskuei @caiyinqiong
/matchzoo/* @faneshion @Chriskuei