Skip to content

Commit 0701713

Browse files
authored
* Remove subpackage maintainers (#2185)
1 parent 3b3402b commit 0701713

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

.github/CODEOWNERS

-19
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
# TensorFlow Addons Codeowners
22

3-
#####################################################################################
4-
# Subpackage Owners
5-
6-
/tensorflow_addons/activations/ @facaiy @seanpmorgan
7-
/tensorflow_addons/callbacks/ @shun-lin
8-
/tensorflow_addons/image/ @windqaq @facaiy
9-
/tensorflow_addons/layers/ @seanpmorgan @facaiy
10-
/tensorflow_addons/losses/ @facaiy @windqaq
11-
/tensorflow_addons/metrics/ @marload
12-
/tensorflow_addons/optimizers/ @facaiy @windqaq
13-
/tensorflow_addons/rnn/ @qlzh727
14-
/tensorflow_addons/seq2seq/ @qlzh727 @guillaumekln
15-
/tensorflow_addons/text/ @seanpmorgan @facaiy
16-
17-
/tensorflow_addons/custom_ops/image/ @windqaq @facaiy
18-
/tensorflow_addons/custom_ops/seq2seq/ @qlzh727
19-
/tensorflow_addons/custom_ops/text/ @seanpmorgan @facaiy
20-
21-
#####################################################################################
223
# Submodule Owners
234
# These will not always trigger a GitHub review because submodule owners do not
245
# always have write access. However, a bot will notify them of the needed review.

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,12 @@ tfa.options.TF_ADDONS_PY_OPS = True
214214
This variable defaults to `True` on Windows and macOS, and `False` on Linux.
215215

216216
#### Proxy Maintainership
217-
TensorFlow Addons has been designed to compartmentalize subpackages and submodules so
218-
that they can be maintained by users who have expertise and a vested interest
219-
in that component.
217+
TensorFlow Addons has been designed to compartmentalize submodules so
218+
that they can be maintained by community users who have expertise, and a vested
219+
interest in that component. We heavily encourage users to submit sign up to maintain a
220+
submodule by submitting your username to the [CODEOWNERS](.github/CODEOWNERS) file.
220221

221-
Subpackage maintainership will only be granted after substantial contribution
222+
Full write access will only be granted after substantial contribution
222223
has been made in order to limit the number of users with write permission.
223224
Contributions can come in the form of issue closings, bug fixes, documentation,
224225
new code, or optimizing existing code. Submodule maintainership can be granted
@@ -229,7 +230,7 @@ For more information see [the RFC](https://github.com/tensorflow/community/blob/
229230
on this topic.
230231

231232
#### Periodic Evaluation of Subpackages
232-
Given the nature of this repository, subpackages and submodules may become less
233+
Given the nature of this repository, submodules may become less
233234
and less useful to the community as time goes on. In order to keep the
234235
repository sustainable, we'll be performing bi-annual reviews of our code to
235236
ensure everything still belongs within the repo. Contributing factors to this

0 commit comments

Comments
 (0)