forked from rwth-i6/returnn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
19 lines (14 loc) · 713 Bytes
/
CODEOWNERS
File metadata and controls
19 lines (14 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# https://help.github.com/en/articles/about-code-owners
# https://github.blog/2017-07-06-introducing-code-owners/
# https://chromium.googlesource.com/chromium/src/+/master/docs/code_reviews.md#OWNERS-files
# Use absolute names when necessary or more helpful to identify.
# Otherwise the basename is fine. Or other patterns.
* @rwth-i6/returnn @albertz
/returnn/tf @albertz
/returnn/theano @albertz @doetsch
better_exchook.py @albertz
cached.py @patrick-wilken @JackTemaki
hdf.py @patrick-wilken @JackTemaki
# Could be extended a lot more, but not sure if needed.
# The global owners are also almost always the owners of more specific things.
# Only add new entries when these differ from the global owners.